We have site in plain html file and some time we want to use clean URLs or Pretty URLs for our site.
Clean URLs are in demand becasue of Seach Engine Optimiztion.
You can achive the Clean URLs. With not doing rework of building site.
Requirement:
Apache Server.
mod_rewrite engine need to on.
Create .htaccess file
and copy paste the following lines
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteCond %{SCRIPT_FILENAME} !-f
#code for About us Page
RewriteRule ^about-us(\d+)*$ ./about.html$1
Put this file into your root folder.
What this will do?
For example I want
www.example.com/about.html to look like www.example.com/about-us/






Pingback: uberVU - social comments
This is a good write-up, I found your website researching aol for a related subject matter and came to this. I couldnt come across to much additional material on this write-up, so it was good to locate this one. I will end up being back to look at some other articles that you have another time.
This is a good post, I was wondering if I could use this piece of content on my website, I will link it back to your website though. If this is a problem please let me know and I will take it down right away.
Good! Thank you! I always wanted to write in my site something like that. Can I take part of your post to my blog?
Interesting read, perhaps the best article iv’e browse today. We learn everyday cheers to you!