ego
Постоялец
- Регистрация
- 5 Янв 2007
- Сообщения
- 63
- Реакции
- 35
- Автор темы
- #1
Возникла проблема с поддоменами. Создаю их в директадмине, всё как нужно, появляется папка на сервере, заливаю скрипт, а он не работает
Пишет
Содержание .htaccess
Пишет
Удаляю Виввовский .htaccess, всё заводится. Видимо проблема именно в нём.The requested URL .../public_html/index.php was not found on this server.
Содержание .htaccess
PHP:
Options All -Indexes
ErrorDocument 404 /404.php
FileETag MTime Size
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^sitemap\.xml$ feed.php?output_type=sitemap [L]
RewriteRule ^robots\.txt$ robots.txt [L]
RewriteRule ^(.*)(\.html|\.htm)$ index.php [L]
RewriteRule ^(.*)(\.exp|\.rss|\.atom|\.txt)$ feed.php [L]
RewriteRule ^([^.]*)/?$ index.php [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
</IfModule>
<IfModule mod_expires.c>
ExpiresActive on
ExpiresByType image/gif "access plus 1 months"
ExpiresByType image/jpeg "access plus 1 months"
ExpiresByType image/png "access plus 1 months"
</IfModule>