I read something about mod_rewrite or something which would change my urls from....
http://www.mysite.com/?101
to
http://www.mysite.com/101.htm
How is this possible; or where can I find additional information about it?
Browser Friendly Urls
Moderator: General Moderators
- tecktalkcm0391
- DevNet Resident
- Posts: 1030
- Joined: Fri May 26, 2006 9:25 am
- Location: Florida
I personally wouldn't add the HTML to end because then the user has to remember website.com/103.html and that is a little annoying in my opionion, but if you do:
In the config file it will take everything at /***/page.html or whatever and make it what every you set as the rule.
I personally don't know how to do it, all I found was that at http://publib.boulder.ibm.com/infocente ... ewrite.htm
Under RewriteBase
Code: Select all
RewriteEngine On
RewriteBase /xyz
RewriteRule ^old\.html$ new.htmlI personally don't know how to do it, all I found was that at http://publib.boulder.ibm.com/infocente ... ewrite.htm
Under RewriteBase