Hi,
I have the following rewrite rules active at the moment.
It converts mydomain.com.au/moreinfo.php?topic=cats
into
mydomain.com.au/topic/cats
Likewise, it does the same with help.php?topic=cats
The problem is, any links within HTML files within the /topic directory, get re-written as well.
So, if I'm looking at /topic/cats, a link like:
www.mydomain.com/intro.php
in the HMTL document gets re-written to
www.mydomain.com.au/topic/cats/intro.php
Interestingly, the links actually goes to
www.mydomain.com.au/intro.php without a problem.
While it all works fine, I'd really like to clean up the re-write rule so this isn't a problem.
Rewrite code is below... any ideas on how to fix it? I've tried everything I know.