Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

dynamic to static

Status
Not open for further replies.

manicleek

Technical User
Jun 16, 2004
143
GB
I'm trying to recreate dynamic urls into static using mod-rewrite and .htaccess

the code I have tried to use is

Options +FollowSymLinks
RewriteEngine on
RewriteBase /web/
RewriteRule ^details([0-9]+)\.htm$ /details.php?id=$1 [L]

but it doesn't work

the urls should go from


to something like

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top