Forum Moderators: phranque
Options +FollowSymLinks RewriteEngine on RewriteRule condition(.*)\.htm$ /condition-page.php?id=$1
thanks RELPY ASAP
Where is this code located -- In the .htaccess file in your "home directory," or somewhere else?
More information, please.
Jim
Options +FollowSymLinksRewriteEngine onRewriteRule ^foo\.html$ http://www.example.com/bar.html [R=301,L]
i want to rewrite condition/1.html or condition-page/1.html or conditions/natural.html
give me reply thanks
I would suggest:
Options +FollowSymLinksRewriteEngine onRewriteRule ^condition([^.]*)\.ht[b]ml$[/b] /condition-page.php?id=$1 [L]