I have just installed the phpbb premod and adjusted the settings, uploaded the .htaccess file , and moved it to the root as directed. I have tried with all of the slash options and deleted the comments, and still can't view forum without an error message. Mod_rewrite is enabled on my server. Here is an example of the 301 redirect codes that have worked on my site:
RewriteEngine on
RewriteCond %{HTTP_HOST} ^flooryou.net$ [OR]
RewriteCond %{HTTP_HOST} ^www.flooryou.net$
RewriteRule ^forums/?(.*)$ "http\:\/\/flooryou\.net\/floor_board\/$1" [R=301,L]
RewriteCond %{HTTP_HOST} ^flooryou.net$ [OR]
RewriteCond %{HTTP_HOST} ^www.flooryou.net$
RewriteRule ^main/page_home_.html$ "http\:\/\/flooryou\.net" [R=301,L]
Any assistance would be appreciated.

English |
French
