Page 1 of 1

Fack URL

Posted: Mon May 11, 2009 7:27 am
by amao
how can I do that ?

user will click on http://www.myurl.com/2135
will go to URL http://www.myurl.com/post.php?52

Re: Fack URL

Posted: Mon May 11, 2009 8:42 am
by Defiline

Re: Fack URL

Posted: Sun Jun 28, 2009 3:10 am
by amao
please any other help

Re: Fack URL

Posted: Sun Jun 28, 2009 9:50 am
by Weirdan
What other help you need after you were pointed to comprehensive documentation?

Re: Fack URL

Posted: Sun Jun 28, 2009 1:30 pm
by McInfo
Another way to do this is to use a PHP script in your 404 page (example: missing.php). The script should analyze $_SERVER['REQUEST_URI'] to determine what page to include or redirect to.

Edit: This post was recovered from search engine cache.