Home › Forums › Back End › Permalink Problems › Re: Permalink Problems
March 8, 2012 at 10:33 am
#98498
Participant
@karlpcrowley Thanks for your comment and link. Your right, it didn’t resolve the issue. But when i made a rewrite.script file and placed this in it,
#Zeus webserver version of basic WordPress mod_rewrite rules
map path into SCRATCH:path from %{URL}
look for file at %{SCRATCH:path}
if exists then goto END
look for dir at %{SCRATCH:path}
if exists then goto END
##### FIX FOR LOGIN/FORGOTTEN PASSWORD/ADMIN ETC #####
match URL into $ with ^/wp-.*$
if matched then goto END
set URL = /index.php
it seemed to clear out any issues i was having before.
Thanks again.