Forum Moderators: phranque
RewriteEngine on
RewriteRule ^index\.html$ http://www.example.com/ex/index.php [R,L]
neither does
RewriteEngine on
RewriteRule ^index\.html$ http://www.example.com/ex/index.php [P,L]
i want the statements to make the url stay the same (index.html) even when the files really sit on another server (under another dns).
there are other statements in the .htaccess file; ones that have to do with user access, would they be competing somehow with the rewriterule statements?