Clean url

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
pinehead18
Forum Contributor
Posts: 329
Joined: Thu Jul 31, 2003 9:20 pm

Clean url

Post by pinehead18 »

Ok, i have clean url's on my site I.E http://mysite.com/mypage/myuser

However, when you click on a hyperlink that is http://mysite.com/signup.php for example it trys to take you to http://mysite.com/mypage/signup.php

Any suggestions?
Thank you
Anthony
jaxn
Forum Commoner
Posts: 55
Joined: Fri Jan 16, 2004 1:50 pm
Location: Nashville, TN

Post by jaxn »

We just discuessed clean urls here:
http://www.devnetwork.net/forums/viewtopic.php?t=17309

I explained how I do it, but I am not sure how you did it.

Are you using mod_rewrite?

-Jackson
Post Reply