Hi
Can you please let me know how should i rewrite url throuth .htaccess file?
the url code is http://website.com/index.php?file=produ ... ging=beach
now how can I rewrite this url to http://website.com/tag/beach.html
FYI My .htaccess file contain following code.
ErrorDocument 404 /index.php
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} !^website.com$ [NC]
RewriteRule ^(.*)$ http://website.com/$1 [L,R=301]
Thanks in advance.
Dhvanit.
Help needed for RewriteRule in .htaccess file
Moderator: General Moderators
I'm pretty sure it belongs here:
viewforum.php?f=31
That way the apache guru's will notice your post there and will gather all their htaccess midgets to start working
on your problem!
+ it keeps the board clean
viewforum.php?f=31
That way the apache guru's will notice your post there and will gather all their htaccess midgets to start working
on your problem!
+ it keeps the board clean