The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
500 and 404 redirect ?
Hey
is there a way i can redirect all these pages to my main index.php Due to 4.0 and me no longer needed wordpress i have tons of dead old links and dont want to miss that traffic Thanks p.s i tryed this code in .htaccess without any luck Code:
ErrorDocument 404 /index.php ErrorDocument 500 /index.php |
#2
|
||||
|
||||
AllowOverride not set correctly ?
And if you're on your own machine, why don't configure everything directly in the Webserver - speeds up things if the lookup for .htaccess in each directory can be skipped. |
#3
|
|||
|
|||
Quote:
i only found this code on Google and tryed it Also aye i own my own server Thanks |
#4
|
||||
|
||||
Hello
The code looks ok so far, still instead of trying it the "htaccess" way you can also do it directly in your Webserver: Quote:
Additionally the "AllowOverride None" directive disables "htaccess" completely - Apache is a bit faster then because the lookup for ".htaccess" isn't done. Instead of writing .htaccess for each single directory, configure it directly in the Webserver config if possible and disable it with "AllowOverride None" http://httpd.apache.org/docs/2.2/misc/perf-tuning.html Explains the reasons |
#5
|
|||
|
|||
Thanks mate ill look into it :up:
Mike |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|