llaumgui Posté 26 Août 2006 Posté 26 Août 2006 (modifié) Bonjour, j'aurais besoin d'avoir un comportement bien précis en fonction d'une url correspondant à un sous domaine. En gros, j'ai mes règles basées sur www. mais j'en voudrais une pour cv. Je pensais à ça : RewriteEngine On##### Redirection sur le www :#RewriteCond %{HTTP_HOST} !^www.llaumgui.com$RewriteCond %{HTTP_HOST} !^cv.llaumgui.com$RewriteRule ^(.*) [url="http://www.llaumgui.com/$1"]http://www.llaumgui.com/$1[/url] [QSA,L,R=301]##### Vielles URL DC1 :# Vieux RSS :Redirect permanent /rss.php [url="http://www.llaumgui.com/feed/rss2"]http://www.llaumgui.com/feed/rss2[/url]Redirect permanent /atom.php [url="http://www.llaumgui.com/feed/atom"]http://www.llaumgui.com/feed/atom[/url]# Vielle TOC :RedirectMatch permanent /index.php/toc(.*)$ [url="http://www.llaumgui.com/archive"]http://www.llaumgui.com/archive[/url]# Vieux billets :RewriteCond %{HTTP_HOST} !^cv.llaumgui.comRewriteCond %{REQUEST_URI} !^/index\.php\/?$RewriteCond %{REQUEST_URI} !^/index\.php/archiveRewriteCond %{REQUEST_URI} !^/index\.php/categoryRewriteCond %{REQUEST_URI} !^/index\.php/curriculumRewriteCond %{REQUEST_URI} !^/index\.php/dcscrobblerRewriteCond %{REQUEST_URI} !^/index\.php/feedRewriteCond %{REQUEST_URI} !^/index\.php/pageRewriteCond %{REQUEST_URI} !^/index\.php/postRewriteCond %{REQUEST_URI} !^/index\.php/tagRewriteCond %{REQUEST_URI} !^/index\.php/tagsRewriteRule index.php/(.*) [url="http://www.llaumgui.com/post/$1"]http://www.llaumgui.com/post/$1[/url] [QSA,L,R=301]##### Disparition du index.php#AddType x-mapp-php5 .phpRewriteBase /RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule (.*) index.php/$1 RewriteCond %{HTTP_HOST} cv.llaumgui.comRewriteRule (.*) index.php/curriculum/ [L]RewriteRule ^index.php$ index.php/DirectoryIndex index.php/##### Erreur :##ErrorDocument 404 / D'avance, merci :-) Modifié 26 Août 2006 par llaumgui
Sujets conseillés
Veuillez vous connecter pour commenter
Vous pourrez laisser un commentaire après vous êtes connecté.
Connectez-vous maintenant