Hey guys,
Just having an issue with .htaccess RewriteRule. I need the RewriteRule to be 301. The rewrite works when I don't use the [R=301] tag, but when I used it the rewriterule won't work. Any ideas what I am doing wrong? Thanks!!!!
Here is my code:
The dynamic link I am using is:Code:RewriteEngine On RewriteCond %{REQUEST_URI} !(\.[^./]+)$ RewriteRule ^blog/(.*)$ blog/blog.php?pid=$1 [R=301]
Example Domain




