verak
01-22-2011, 11:08 AM
my current url is:
http://misc/expotechoman/page.php?page=about
i want to rewrite it to:
http://misc/expotechoman/about.html
plz help
ShaneC
01-22-2011, 06:40 PM
Take a look at this sticky on the top of the forum:
http://www.codingforums.com/showthread.php?t=215977
It will talk you through how to do rewrites like that. If you have trouble you can then post back and we'll help you. Unfortunately you won't be able to do it again in the future if we just create some code for you!
verak
01-24-2011, 05:32 AM
Take a look at this sticky on the top of the forum:
http://www.codingforums.com/showthread.php?t=215977
It will talk you through how to do rewrites like that. If you have trouble you can then post back and we'll help you. Unfortunately you won't be able to do it again in the future if we just create some code for you!
Sir please help me i have not be able to solve my web address with htaccess
ShaneC
01-24-2011, 05:38 AM
Options +FollowSymLinks
RewriteEngine On
RewriteBase /
RewriteRule ^expotechoman/about\.html$ expotechoman/page.php?page=about [L]
Visiting http://mydomain.com/expotechoman/about.html will access the http://mydomain.com/expotechoman/page.php?page=about page.