Top "Url-rewriting" questions

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

How do I modify the URL without reloading the page?

Is there a way I can modify the URL of the current page without reloading the page? I would like …

javascript html url url-rewriting friendly-url
Generic htaccess redirect www to non-www

I would like to redirect www.example.com to example.com. The following htaccess code makes this happen: RewriteCond %{HTTP_…

apache mod-rewrite url-rewriting
How to redirect a url in NGINX

I need to redirect every http://test.com request to http://www.test.com. How can this be done. In …

redirect nginx url-rewriting
How to check whether mod_rewrite is enable on server?

Currently I am using the hosting with lightspeed server. Hosting says mod_rewrite is enabled but I can't get my …

php .htaccess mod-rewrite url-rewriting lightspeed
URL rewriting with PHP

I have a URL that looks like: url.com/picture.php?id=51 How would I go about converting that URL …

php .htaccess url mod-rewrite url-rewriting
.htaccess mod_rewrite - how to exclude directory from rewrite rule

I have 8 lines of rewrite rules in my .htaccess file. I need to exclude two physical directories on my server …

.htaccess mod-rewrite url-rewriting
Rewrite URL after redirecting 404 error htaccess

So I know this may seem a little strange but I for sake of consistency, I would like all my …

.htaccess redirect url-rewriting rewrite custom-error-pages
.htaccess rewrite subdomain to directory

Is it possible to use .htaccess to rewrite a sub domain to a directory? Example: http://sub.domain.com/ shows …

apache .htaccess url-rewriting dns subdomain
IIS URL Rewrite and Web.config

I don't understand anything about IIS, but am trying to solve this problem of redirecting all visitors to domain.com/…

asp.net iis url-rewriting web-config
How to change the URL from "localhost" to something else, on a local system using wampserver?

On a Windows machine, there's a system running on the local wampserver, but while the application is running on localhost, …

url url-rewriting localhost wampserver