I read the following recently, I was wondering how I accomplish this or if there is a any information that I can read about it. I am referring to the not revealing scripting language tip below. I have looked at this but I can't find anything:
http://www.w3.org/TR/2003/WD-WCAG20-20030624/
thanks,
Randy
If you are building a new website or undergoing a redesign and restructuring you should follow the W3C recommendations and build a website without revealing the server side scripting language.10
This means instead of:
example.com/blue-widgets.html
example.com/candy.php
example.com/cars.asp
Your pages' URLs should look like:
example.com/blue-widgets/
example.com/candy/
example.com/cars/
Using this scripting language will allow you to move from one technology to another without altering your site's URLs or its underlying structure.