Page 1 of 2

this MOD will not working on my test board

Posted: 04 Nov 2011, 03:14
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

Posted: 04 Nov 2011, 08:57
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

Posted: 04 Nov 2011, 16:04
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

Posted: 04 Nov 2011, 16:52
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

Posted: 04 Nov 2011, 17:08
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

Posted: 04 Nov 2011, 17:58
by Stoker
replace it with /board

this MOD will not working on my test board

Posted: 04 Nov 2011, 18:18
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

Posted: 04 Nov 2011, 18:27
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

Posted: 04 Nov 2011, 19:21
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

Posted: 04 Nov 2011, 19:53
by Stoker
err0r, you have been around too long for me to tell you to check your edits...