this MOD will not working on my test board

Download and support for PhpBB3 Error Pages
User avatar
Terr0r
BBCoder V
BBCoder V
Posts: 339
Joined: 04 May 2011, 00:47
BBCodes: 100
Location: The Netherlands
Contact:

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
If you can't fix it with ducktape you ain't using enough
For my MODS and BBCodes or other things that I have made take a look here
User avatar
Stoker
Site Admin
Site Admin
Posts: 3527
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

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.
Board rules! No PM support
User avatar
Terr0r
BBCoder V
BBCoder V
Posts: 339
Joined: 04 May 2011, 00:47
BBCodes: 100
Location: The Netherlands
Contact:

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
If you can't fix it with ducktape you ain't using enough
For my MODS and BBCodes or other things that I have made take a look here
User avatar
Stoker
Site Admin
Site Admin
Posts: 3527
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

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.
Board rules! No PM support
User avatar
Terr0r
BBCoder V
BBCoder V
Posts: 339
Joined: 04 May 2011, 00:47
BBCodes: 100
Location: The Netherlands
Contact:

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 ?
If you can't fix it with ducktape you ain't using enough
For my MODS and BBCodes or other things that I have made take a look here
User avatar
Stoker
Site Admin
Site Admin
Posts: 3527
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

this MOD will not working on my test board

Post by Stoker »

replace it with /board
Board rules! No PM support
User avatar
Terr0r
BBCoder V
BBCoder V
Posts: 339
Joined: 04 May 2011, 00:47
BBCodes: 100
Location: The Netherlands
Contact:

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
If you can't fix it with ducktape you ain't using enough
For my MODS and BBCodes or other things that I have made take a look here
User avatar
Stoker
Site Admin
Site Admin
Posts: 3527
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

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
Board rules! No PM support
User avatar
Terr0r
BBCoder V
BBCoder V
Posts: 339
Joined: 04 May 2011, 00:47
BBCodes: 100
Location: The Netherlands
Contact:

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
If you can't fix it with ducktape you ain't using enough
For my MODS and BBCodes or other things that I have made take a look here
User avatar
Stoker
Site Admin
Site Admin
Posts: 3527
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

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...
Board rules! No PM support
Locked