b_hole
08-26-2007, 08:16 AM
Hi,
I'm currently using the following .htaccess code:
RewriteEngine on
RewriteBase /
ReWriteRule \.htaccess [F]
RewriteRule ^([a-zA-Z0-9\/\-]+)$ index.php?url_path=$1
And I'd like to add a 301 redirect to move all access from http://example.com to http://www.example.com. How can I do it, keeping the current rewrite rule?
Thanks.
I'm currently using the following .htaccess code:
RewriteEngine on
RewriteBase /
ReWriteRule \.htaccess [F]
RewriteRule ^([a-zA-Z0-9\/\-]+)$ index.php?url_path=$1
And I'd like to add a 301 redirect to move all access from http://example.com to http://www.example.com. How can I do it, keeping the current rewrite rule?
Thanks.