Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Permalink Problems Re: Permalink Problems

#98498
CameronDuthie
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.