RewriteEngine On
RewriteBase /try_cms/
RewriteRule ^(.*)\.php $1.html [R=301,L]
RewriteRule ^(.*)\.html $1.php [L]
cosa c'è di sbagliato che manda in loop le chiamate??
qualcuno sa aiutarmi perfavore?
RewriteEngine On
RewriteBase /try_cms/
RewriteRule ^(.*)\.php $1.html [R=301,L]
RewriteRule ^(.*)\.html $1.php [L]
cosa c'è di sbagliato che manda in loop le chiamate??
qualcuno sa aiutarmi perfavore?