Top "Url-rewriting" questions

A URL rewrite engine is software that modifies a web URL's appearance (URL rewriting).

How to normalize a URL in Java?

URL normalization (or URL canonicalization) is the process by which URLs are modified and standardized in a consistent manner. The …

java url-rewriting
What does this this HTTP Authorization RewriteRule do?

I have an rewrite recursion error somewhere on my website that Google Bot caused, but I can't find the url …

.htaccess mod-rewrite url-rewriting apache2 googlebot
IIS url rewrite role except some urls

I got this rule in URL rewrite that rewrites every request to the site using HTTP to HTTPS <rule …

asp.net iis url-rewriting web-config
.htaccess url-rewrite if file not exists

I must do a little trick for a site! The idea is: if a file for a required url exists …

.htaccess mod-rewrite url-rewriting file-exists
URL Rewriting with ExpressJS

I would like to rewrite my URLs on my ExpressJS website. I've used this plugin, https://github.com/joehewitt/express-rewrite, …

url-rewriting express
.htaccess redirect subfolder to HTTPS

I'm trying to write a RewriteRule for my .htaccess file. Specifically, whenever a user accesses a specific subdirectory, I would …

.htaccess mod-rewrite https url-rewriting
does Request.Querystring automatically url decode a string?

I'm working with a page where I have a url like: /directory/company/manufacturer Using some re-write rules this gets …

c# asp.net c#-4.0 url url-rewriting
RewriteRule Last [L] flag not working?

php_flag display_errors 1 php_value auto_prepend_file init.php RewriteEngine on RewriteRule ^$ /id/authenticate [R] RewriteRule ^login_openid$ /…

apache http mod-rewrite url-rewriting
RewriteRule Error: Bad flag delimiters

Using this RewriteRule in my .htaccess file I'm getting RewriteRule: Bad flag delimiters which is returning a 500 error in the …

apache mod-rewrite ubuntu url-rewriting digital-ocean