Ciao raga :)
Mi aiutate a capire perché non vuole saperne di andare
http://www.darkwolf.it/forum/rss/ccs...page-darkwolf/
---Codice:Options -MultiViews RewriteEngine On RewriteBase /forum/ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /forum/index.php [L] # Redirecting Feeds to Feedburner RewriteCond %{HTTP_USER_AGENT} !^.*(FeedBurner|FeedValidator) [NC] RewriteRule ^rss/ccs/1-(.*)$ http://feeds.feedburner.com/DarkWolf [L,R=302]
Edit: era l'htaccess della directory forum che annullava le regole messe nella root.
Codice:Options -MultiViews RewriteEngine On RewriteBase /forum/ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /forum/index.php [L]
Così ho replicato un po' il tutto:
+Codice:# Inizio Rewrite RewriteEngine On RewriteBase / # Remove all subdomains from url RewriteCond %{HTTP_HOST} !^www.darkwolf.it$ [NC] RewriteCond %{REQUEST_URI} !gsearch.html$ [NC] RewriteRule ^(.*)$ http://www.darkwolf.it/$1 [R=301,L] # Rewrite rss_sign.php to rss_sign.png RewriteRule ^rss_sign.(png|php)$ /script/rss_sign.php [L] # Rewrite av_classifica.php to av_classifica.png RewriteRule ^av_classifica.(png|php)$ /script/av_classifica.php [L] # Start IPB Code RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] # Termine Rewrite
E sembra funzionare tutto in modo corretto :)Codice:Options -MultiViews RewriteEngine On RewriteBase /forum/ # Remove all subdomains from url RewriteCond %{HTTP_HOST} !^www.darkwolf.it$ [NC] RewriteCond %{REQUEST_URI} !gsearch.html$ [NC] RewriteRule ^(.*)$ http://www.darkwolf.it/forum/$1 [R=301,L] # Redirecting Feeds to Feedburner RewriteCond %{HTTP_USER_AGENT} !^.*(FeedBurner|FeedValidator) [NC] RewriteRule ^rss/ccs/1-(.*)$ http://feeds.feedburner.com/DarkWolf [L,R=302] # Start IPB Code RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /forum/index.php [L]

LinkBack URL
About LinkBacks
