My .htaccess

Modifications for phpBB3.
Try the Mods here and share Your own Mods
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support

My .htaccess

Post by plasmino »

Hi stoker, my forum is in folder forum

my .htaccess for error page is

Code: Select all

<IfModule mod_rewrite.c>
RewriteEngine on
ErrorDocument 401 /forum/error.php?mode=401
ErrorDocument 403 /forum/error.php?mode=403
ErrorDocument 404 /forum/error.php?mode=404
</IfModule>
I have added in root and in folder forum/

is perfect ;-)

ex: http://www.ciricadoforum.it/images/

and

http://www.ciricadoforum.it/forum/test.php

italian language file ^_^
You do not have the required permissions to view the files attached to this post.

Re: My .htaccess

Post by Stoker »

Thanks for the translations plasmino :thumb: