The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Hello,
Since upgrading to 4.x my custom 404 hasn't been working. Instead I've been getting a 500 error if I type in a wrong address. Our site is www.the-sps.org Our 404 is www.the-sps.org/404.shtml Here is my htaccess, any ideas? Code:
RewriteEngine on
RewriteCond %{HTTP_HOST} ^chemicalkicks.co.uk$ [OR]
RewriteCond %{HTTP_HOST} ^www.chemicalkicks.co.uk$
RewriteRule ^/?$ "http\:\/\/www\.the\-sps\.org" [R=301,L]
RewriteCond %{HTTP_HOST} ^theselfpreservationsociety.org$ [OR]
RewriteCond %{HTTP_HOST} ^www.theselfpreservationsociety.org$
RewriteRule ^/?$ "http\:\/\/www\.the\-sps\.org" [R=301,L]
RewriteCond %{HTTP_HOST} ^***************.co.uk$ [OR]
RewriteCond %{HTTP_HOST} ^www.******************.co.uk$
RewriteRule ^/?$ "http\:\/\/www\.the\-sps\.org" [R=301,L]
RewriteCond %{HTTP_HOST} ^theselfpres.the-sps.org$ [OR]
RewriteCond %{HTTP_HOST} ^www.theselfpres.the-sps.org$
RewriteRule ^/?$ "http\:\/\/www\.the\-sps\.org" [R=301,L]
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
# Forum
RewriteRule ^threads/.* showthread.php [QSA]
RewriteRule ^forums/.* forumdisplay.php [QSA]
RewriteRule ^members/.* member.php [QSA]
RewriteRule ^blogs/.* blog.php [QSA]
ReWriteRule ^entries/.* entry.php [QSA]
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
# MVC
RewriteRule ^(?:(.*?)(?:/|$))(.*|$)$ $1.php?r=$2 [QSA]
Now it was suggested that I put the following code in Code:
ErrorDocument 404 /404.shtml --------------- Added [DATE]1277240892[/DATE] at [TIME]1277240892[/TIME] --------------- Right, I've got this cracked. All I had to do was remove the following code from the htaccess. Code:
# MVC RewriteRule ^(?:(.*?)(?:/|$))(.*|$)$ $1.php?r=$2 [QSA] Woo hoo. Hope this helps anyone else using the ModRewrite setting. |
|
#2
|
|||
|
|||
|
Glad you got it figured out but that 404 page is serious offensive.
|
|
#3
|
|||
|
|||
|
Cheers. May I ask why?
|
|
#4
|
|||
|
|||
|
the you ++++ part lol.
|
|
#5
|
|||
|
|||
|
Nothing about the image then?
|
|
#6
|
|||
|
|||
|
Just the word right above it.
|
|
#7
|
|||
|
|||
|
Look up "Maddy McCann" on google.
|
|
#8
|
|||
|
|||
|
lolno
NO U! |
|
#9
|
||||
|
||||
|
My forum is located in a forum folder. with this rewrite on, it adds another folder? why?
For example: www.myforum.com/forum/forum.php The rewrite does this: www.myforum.com/forum/forums/forum.php Adds that extra forums folder. Everything seems to work ok, but do I need to fix this? |
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|