this MOD will not working on my test board

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

this MOD will not working on my test board

Post by Terr0r »

I have install MOD on my test board but it is not working on my test board I see no changes

what do i'm wrong I hope there is someone that can help me out to fix my problem

already thanks for the help

Greets Terr0r

this MOD will not working on my test board

Post by Stoker »

Obviously you arent using enough "ducktape" ;)

Check if the .htaccess edit is correct and that you have edited it according to your forum path.

this MOD will not working on my test board

Post by Terr0r »

Yes I now I don't used enough ducktape but I do not have enough ducktape, you have maybe ducktape for me Stoker

this is my .htaccess

Code: Select all

#
# 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>

ErrorDocument 400 /forum/error.php?mode=400
ErrorDocument 401 /forum/error.php?mode=401
ErrorDocument 403 /forum/error.php?mode=403
ErrorDocument 404 /forum/error.php?mode=404
ErrorDocument 500 /forum/error.php?mode=500
what do you mean stoker whit I have do the right edites it according to your forum path. ?

Greets Terr0r

this MOD will not working on my test board

Post by Stoker »

Terr0r wrote:what do you mean stoker whit I have do the right edites it according to your forum path. ?
I mean whats the path to your forum? Like www.domain.com/board/

If so you need the adjust the edits of the htaccess file.

this MOD will not working on my test board

Post by Terr0r »

Yes it is like this yes www.domain.com/board/

public_html/there state my forum so what mus I do ? must I remove the text /forum ?

this MOD will not working on my test board

Post by Stoker »

replace it with /board

this MOD will not working on my test board

Post by Terr0r »

it is not working take a look here on my test board here is the link from my test board http://www.web-city.nl/board/images

this MOD will not working on my test board

Post by Stoker »

Terr0r wrote:Yes it is like this yes www.domain.com/board/
No it isnt!
Its like www.domain.com which means you must remove /forum

this MOD will not working on my test board

Post by Terr0r »

like this

Code: Select all

ErrorDocument 400 error.php?mode=400
ErrorDocument 401 error.php?mode=401
ErrorDocument 403 error.php?mode=403
ErrorDocument 404 error.php?mode=404
ErrorDocument 500 error.php?mode=500
or like this

Code: Select all

ErrorDocument 400 /error.php?mode=400
ErrorDocument 401 /error.php?mode=401
ErrorDocument 403 /error.php?mode=403
ErrorDocument 404 /error.php?mode=404
ErrorDocument 500 /error.php?mode=500
EDIT

it is working here on prosilver se only on prosilver take a look http://www.web-city.nl/board/images

it is this one

Code: Select all

ErrorDocument 400 /error.php?mode=400
ErrorDocument 401 /error.php?mode=401
ErrorDocument 403 /error.php?mode=403
ErrorDocument 404 /error.php?mode=404
ErrorDocument 500 /error.php?mode=500

this MOD will not working on my test board

Post by Stoker »

err0r, you have been around too long for me to tell you to check your edits...