Canonical URL is part of a problem for most blogs. Most people who concern about different versions of a URL that display the same content are likely worry about duplicate content issue. As we know, that is not good from the search engine standpoint. The solution is to www redirect — redirecting your blog from […]
APACHE – mod_rewrite creates 301 instead of transparent redirection if folder exists – efreedom
APACHE – mod_rewrite creates 301 instead of transparent redirection if folder exists Hello, i’m having a small problem here. I’m using a simple rule to redirect all requests to a script, excepts some folders with static content : RewriteEngine On RewriteCond $1 !^(templates|css|js|uploads)/(.*)$ RewriteRule ^(.*)$ index.php?url=$1 [L,QSA] Most of the time, the redirection is good […]