: Apache URL redirection not working with mod_rewrite I want to redirect the URL: http://example.com/site to http://example.com/~username/site I have the following in my httpd.conf file: RewriteEngine
I want to redirect the URL:
example.com/site to example.com/~username/site
I have the following in my httpd.conf file:
RewriteEngine on
RewriteRule ^/site/(.*) /~username/site/ [PT]
but this does not seem to be working. It tries to look for /site under /var/www/site/ and fails. What am I doing wrong? FYI, I have also tried with:
RewriteRule ^/site/(.*)$ /~username/site/ [PT]
More posts by @Odierno851
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.