hello ,
I’m trying to get my forum to run on the subdomain
http://forum.wugong.fr
after following these instruction :
http://expressionengine.com/knowledge_base/article/run_forum_from_subdomain/
I still get this :
Not Found
The requested URL /home/wugongf/public_html/index.php/forum/forum/ was not found on this server.
Now i did create the sub domain and my trigger word is “forum” and added the line in config.php and the .htaccess stuff :
# -FrontPage-
IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
RewriteEngine On
RewriteCond %{HTTP_HOST} forum.wugong.fr
RewriteCond %{REQUEST_URI} !index.php
RewriteRule ^(.*)$ index.php/forum/$1
<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName wugong.fr
AuthUserFile /home/wugongf/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/wugongf/public_html/_vti_pvt/service.grp
I notice in the error page that the url contains two forum at the end would it be the problem ? If so how can i change that ?
Thaks for your help
best regards
zhangfei
