this MOD will not working on my test board
- Terr0r
- 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
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
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
For my MODS and BBCodes or other things that I have made take a look here
- Stoker
- Site Admin
- Posts: 3536
- 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
Obviously you arent using enough "ducktape"
Check if the .htaccess edit is correct and that you have edited it according to your forum path.
Check if the .htaccess edit is correct and that you have edited it according to your forum path.
Board rules! No PM support
- Terr0r
- 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
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
what do you mean stoker whit I have do the right edites it according to your forum path. ?
Greets Terr0r
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
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
For my MODS and BBCodes or other things that I have made take a look here
- Stoker
- Site Admin
- Posts: 3536
- 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
I mean whats the path to your forum? Like www.domain.com/board/Terr0r wrote:what do you mean stoker whit I have do the right edites it according to your forum path. ?
If so you need the adjust the edits of the htaccess file.
Board rules! No PM support
- Terr0r
- 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
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 ?
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
For my MODS and BBCodes or other things that I have made take a look here
- Terr0r
- 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
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
For my MODS and BBCodes or other things that I have made take a look here
- Stoker
- Site Admin
- Posts: 3536
- 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
No it isnt!Terr0r wrote:Yes it is like this yes www.domain.com/board/
Its like www.domain.com which means you must remove /forum
Board rules! No PM support
- Terr0r
- 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
like this
or like this
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
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
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
For my MODS and BBCodes or other things that I have made take a look here
- Stoker
- Site Admin
- Posts: 3536
- 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
err0r, you have been around too long for me to tell you to check your edits...
Board rules! No PM support