[wp-hackers] Help with redirect rule
Chris Williams
chris at clwill.com
Thu Jun 15 00:38:32 GMT 2006
Thanks everyone for your help here.
Discovered why I had originally used the /index.php form of rewrite -
mod_rewrite wasn't enabled on my test machine, and I didn't see that.
Now it is, and I'm going with a cleaner link structure. Only 155 pages
to edit <g>
And using the below rewrite rule also solved my preview problem. Thanks
for the help.
Chris
On 6/14/06 12:14 PM, "Rabin Vincent" <rabin at rab.in> wrote:
> RewriteEngine On
> RewriteBase /
> RewriteRule ^index\.html$ index.php [L,R=301]
More information about the wp-hackers
mailing list