techclave 0 Report post Posted June 15, 2007 i have created a site. i did all the pages in html. now i want o provide links like http://forums.xisto.com/no_longer_exists/ instead of http://forums.xisto.com/no_longer_exists/wht should i do to create such links? pls help... Share this post Link to post Share on other sites
reconraiders 0 Report post Posted June 15, 2007 Create a new directory for each html file you want. "sample.html" gets its own directory "/sample/". Then move that "sample.html" to the "/sample" directory and change it's name to "index.html".so you would have a structure like this...ROOT- SAMPLE index.html OTHERSAMPLE index.html SOMETHING index.html PHOTOS index.html index.htmlsorry if you don't understand that. But basically a directory for each page. The page inside of each directory should be called "index.html" though. The server will automatically recognize it when "yoursite.com/directory/" is called and load it. Share this post Link to post Share on other sites
jlhaslip 4 Report post Posted June 16, 2007 Google on Mod rewrite. It is an Apache Server Directive that massages the URLs of your site. Share this post Link to post Share on other sites