rewrite help PLEASE someone
-
Alright I have been searching the web for the last couple of hours trying to figure out how to do this and nothing is making much sense to me.
here is my situation I have the following
<div class="sidebar-nav"> <ul> <li><a href="category/print-work"> PRINT WORK </a> </li> <li><a href="category/web-work"> WEB WORK</a> </li> </ul> </div>so when someone clicks on print work it goes to category/print-work wow thats no suprise there buttttttttttt what the issues is, for some reason when someone clicks on print work my url now becomes
http://www.yoursite.com/category/print-work/category/web-work
and then if I were to click back to print it does the same thing
http://www.yoursite.com/category/print-work/category/web-work/category/print-work
so it just keeps adding on to the url. I have been trying a whole bunch of things with no success
please someone helpppppp~Josh
The topic ‘rewrite help PLEASE someone’ is closed to new replies.