Проблема с phpbb

I1
На сайте с 07.10.2010
Offline
19
607

Добрый день!

Решил к сайту сделать форум (phpbb), сделал субдомен и по идее должен попадать на форум при вводе forum.site.ru но пишет такую брешь :

Not Found

The requested URL /home/samodelk/public_html/index.php was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

А когда ввожу forum.site.ru/index.php все работает...

В чем может быть проблема???:cool:

S
На сайте с 28.10.2005
Offline
319
#1
I1
На сайте с 07.10.2010
Offline
19
#2

Если честно то я в этом деле не особо....

Вот мой .htaccess

#
# Uncomment the statement below if you want to make use of
# HTTP authentication and it does not already work.
# This could be required if you are for example using PHP via Apache CGI.
#
#<IfModule mod_rewrite.c>
#RewriteEngine on
#RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
#</IfModule>

<Files "config.php">
Order Allow,Deny
Deny from All
</Files>

<Files "common.php">
Order Allow,Deny
Deny from All
</Files>

Что тут надо сделать?

igoryanzx1 добавил 10.11.2010 в 20:27

Все нашел решение!

Ниже дописал

RewriteRule ^([^.]+)/?$ index.php?do=cat&category=$1 [L]

И все пошло!

siv1987
На сайте с 02.04.2009
Offline
427
#3

igoryanzx1,

RewriteRule ^$ index.php [L]

Авторизуйтесь или зарегистрируйтесь, чтобы оставить комментарий