Tagged Questions
0
votes
2answers
960 views
.htaccess rule not working without HTTP redirect [R]
I am using the following .htaccess with Wordpress to remove index.php from the visible URL. This works but forces an http redirect so the URL changes in the browser window. If I remove the [R] it no ...
0
votes
2answers
85 views
How to make mod_rewrite work transparently?
Following is the content of .htaccess file
<IfModule mod_rewrite.c>
Options +FollowSymLinks
Options +Indexes
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} ...