How to redirect without url changing?
I have a url Thanks.
-
Hello, If you only want to show that folder and you don't have root access you can try with mod_rewrite. I have this redirect in a .htaccess and it works, but it is not a production server so I dont know if there is any downside : RewriteEngine on RewriteCond %{REQUEST_URI} /subfolder [NC] RewriteRule ^(.*)$ 0
Please sign in to leave a comment.
Comments
2 comments