htaccess rewriterule leading slash
- by Tiddo
I'm using htaccess to rewrite my urls so that I can have nice clean urls. However, the same htaccess file does different things on my local server and my remote server:
On my local server the url to the website is like http://localhost/example/ and on my remote server the url is http://example.com/.
For my local server I can use the following…