hi all, first post for me and not very familiar with forums, but on/off longtime user of the Abyss Web Server - which is awesome btw!
Anywhoo having a little trouble following the URL Rewriting tut.
I haven't got any complicated scripts in my php files, so none of that index.php?id=apage
I just wanted to remove the .php extentsion from displaying in the browser
so for example,
www.sitename.com/index.php to just
www.sitename.com/index
and so i can also edit my internal ahref links from <a href="index.php">Homepage</a> to <a href="index">Homepage</a>
Also can the URL Rewriting be used on .asp extentsions? again like sitename.com/index.asp? to sitename.com/index
Not sure if i have explained well enough with this.
Any advice or walk-through would be mucho appreciated :)