bnbn1382 Posted August 13, 2010 Share Posted August 13, 2010 I want to create a website that like.. When you type in like www.???.com/?.php/?????-????, it automatically redirects you to www.???.com, even if www.???.com/?.php/?????-???? exists. Like.. www.???.com/exists exists but when person tries to goto that link directly, it auto redirects to www.???.com. More like.. to get to www.???.com/exists, you have to manually click the internal links. www.???.com/1 -> www.???.com/2 -> www.???.com/exists (by internal links) From external links from other sites, auto redirect to www.???.com --- Other one I would like to know is Like .tk domains, instead of showing ???.com/oao or ???.com/eoa it always shows up ???.com on address bar(no /??? directory) even if the person IS on ???.com/oao Also from there, how do you filter the history? When using .tk, it shows on history all pages you visited in like ???.com/oao etc. instead of just flat ONE ???.com How do you make it show on history saying you only visited ???.com not ???.com/oao etc.? Sorry if this kind of confuses people. I will be very glad if anyone helps me on this. Quote Link to comment Share on other sites More sharing options...
Festy Posted August 13, 2010 Share Posted August 13, 2010 You can achieve this using .htaccess files. To learn more about .htaccess files, follow this link - http://httpd.apache.org/docs/1.3/howto/htaccess.html Quote Link to comment Share on other sites More sharing options...
bnbn1382 Posted August 13, 2010 Author Share Posted August 13, 2010 That includes the URLs not to show up on the history of a web browser right? Quote Link to comment Share on other sites More sharing options...
haku Posted August 17, 2010 Share Posted August 17, 2010 Here's a link. It's ancient, but still relevant. http://articles.sitepoint.com/article/guide-url-rewriting You want to use a technique called mod rewrite. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.