Category "url-rewriting"

IIS 8 - HTTP to HTTPS URL rewrite not working - ASP.NET site - Document moved

I have IIS 8 installed on Windows Server 2012 R2 Followed these steps to configure http to https so when clicking on http://a5.example.com, user is redirected t

.htaccess rewrite rule from end of path

I need to rewrite the rule for my url according to this pattern: Starting url : https://example.com/path/&param1=1&param2=2 Destination url: https://exa

rewrite rule code is not working for deep pages

I write some rewrite rule to manipulate the first folder after domain address as a query string indicating the language. <rule name="en"> <match url="^

IIS Web.config Rewrite rules - Redirect rules with - or + chars

https://someserver.com/path01/2011/abc+and+def/88722 https://someserver.com/path01/2011/abc-and-def/88722 I have several URLs that I need to create a redirect

DeIndex a URL with a version ending in a hash bang

I just want to deindex or remove the page ending with #!. It is a dynamic page which fetching data from database and rendering on two URLs example.com/detail/29

RewriteRule not working with virtual host

I am facing an error when using xampp. My site is ecom on localhost i.e., http://localhost/ecom. Similarly developing other sites say idiscuss i.e., http://loc

IIS URL Rewrite need to redirect and rewrite URL

I want users to be able to: go to "https://webserver1.acme.com/UserManagement2" and hit the Tomcat application on a different server: "https://10.0.0.7:9443/Use

How to host multiple reactJs web app under one domain in amplify?

I've 2 different reactJs applications which can be deployed independently to aws-amplify. Is there a way I can configure them to the different context paths of

NGINX rewrite rule using two variables

I would like to achieve this but don't know how, or if it is possible: web.com/anything => if web.com/show.php?query=anything web.com/anything/something =>

NEXT/Image Component URL issue

I am using NEXT/Image component and facing this issue: When I open the source code on chrome the image src is this: https://www.example.com/_next/image?url=%2Fi

Redirect an https URL to an internal web app

I currently have an https domain https://example.com hosted in a Windows Server R2019 machine. I am also developing a web application in Node.js in my laptop th

URL rewriting with /!#/ symbol in web.config

I want to redirect my old url https://mysite1.com/#!/page1 to new url https://mysite2.com/page1, other answers did not help, tried. <rule nam

Can a response from an http request alter the base address in the next client request?

I have an octoprint server running at http://192.168.1.205. I also have an nginx server hosting myDomain. I want to be able to use the nginx server to pass on

NextJS URL rewrite creates duplicate pages?

I just setup URL rewrites in NextJS to translate my URLs for my multilingual website. This is how my next.config.js file looks: module.exports = { i18n: {

How to do 1 URL re-write rule for multiple ids?

I have these URLs: https://www.example.com/amp/articles/10/title https://www.example.com/amp/videos/11/title I need to redirect only specific ids to non amp as

Use a Laravel Application alongside another scripts (wp/joomla/...) and remove /public

This is my directory structure: Public_html /app /bootstrap /config /database /public /resources /routes /vendor /storage /another-sctipt I

IIS URL Rewrite - Change Beginning of URL

I would like to replace https://web1.domain.org/cwweb/LauncherInterface.aspx?host=https://web1.domain.org/ with https://web2.domain.org/cwweb/LauncherInterface

Not able to see URL without trailing slash in NGINX

I know that this is a common issue in NGINX and there are many threads about that. Issue: When accessing the URL http://localhost/var without trailing slash is

.htaccess RewriteRule Weird Bug

# Do not remove this line or mod_rewrite rules and search engine friendly URLs will stop working Options +FollowSymLinks RewriteEngine On # Removes index.php

Understanding RewriteRule & HTACCESS

I'm building a blog with a prety easy page structure, consisting of articles.php, article.php and categories.php and I'd like to tidy up the url path for each p