.htaccess

Un article de CoolForest's Wiki.

Jump to: navigation, search

Rediriger domaine.com vers blog.domaine.com

Options +MultiViews
RewriteEngine On
RewriteCond %{REQUEST_URI} !blog
RewriteCond %{REQUEST_URI} !robots.txt
RewriteCond %{REQUEST_URI} ^/rss.php
RewriteRule .* !blog/rss.php [R=301]
RewriteCond %{REQUEST_URI} ^/atom.php
RewriteRule .* !blog/atom.php [R=301]
RewriteCond %{REQUEST_URI} ^/tb.php
RewriteRule .* !blog/tb.php [R=301]

Source : Forum Dotclear (1) et (2)