DirectoryIndex index.php
оно ?
_____________
минус, конечно, иногда полезен, но плюс мне нравиться больше :)
Женский журнал - Жена сказала раскрутить сайт любой ценой (Sorry)
Цитата (Xpund @ 1.02.2013 - 15:24) |
DirectoryIndex index.php оно ? |
RewriteCond %{HTTP_HOST} !^www\.
RewriteRule (.*) http://www.%{HTTP_HOST}/$1 [R=301,L]
RewriteCond %{THE_REQUEST} ^.*/index\.(php|html?)(.*)?\ HTTP/
RewriteRule .* http://%{HTTP_HOST}/%2 [R=301,L]
RewriteEngine on
RewriteBase /
RewriteCond %{HTTP_HOST} !^www\.itstop\.(com|ru)$
RewriteCond %{HTTP_HOST} (www\.)?(.*)\.itstop\.(com|ru)$
RewriteCond %{REQUEST_URI} !subdomains/
RewriteRule ^(.*)$ subdomains/%2/$1
RewriteCond %{HTTP_HOST} !^www\.
RewriteRule (.*) http://www.%{HTTP_HOST}/$1 [R=301,L]
RewriteCond %{THE_REQUEST} ^.*/index\.(php|html?)(.*)?\ HTTP/
RewriteRule .* http://%{HTTP_HOST}/%2 [R=301,L]
DirectoryIndex index.php index.html index.htm
Цитата (Xpund @ 1.02.2013 - 15:33) |
Вот так сделал, при заходе на forum.itstop.ru отправило на http://www.forum.itstop.ru/subdomains/forum/ |
RewriteRule ^(.*)$ subdomains/%2/$1