Valhalla Legends Forums Archive | General Discussion | Website Suggestion: Object not found! /phpbbs/

AuthorMessageTime
FrOzeN
Maybe on the error page, add some code so it checks the title bar and if it contains "phpbbs/" it removes, then continues redirecting to the correct page. This would fix all the broken links (for this site) in older posts.

Nothing major, though is relatively simply fix. :)
December 8, 2005, 11:04 AM
JoeTheOdd
Should be incredibly easy. cd into /web and create a symbolic link "phpbbs" to "."
December 13, 2005, 4:31 AM
iago
[quote author=Joe link=topic=13455.msg137355#msg137355 date=1134448270]
Should be incredibly easy. cd into /web and create a symbolic link "phpbbs" to "."
[/quote]

Shouldn't be incredibly easy, the forum is on Windows.  Nothing is easy on Windows. 

Err, nevermind, it's on Suse now.  It got moved.  So yeah, it's easy :)
December 13, 2005, 7:11 PM
thing2
Thanks for alerting me to this.  I have made a couple of corrections to resolve this issue.

./edit Yes, iago it was easy.  :-*
December 13, 2005, 7:30 PM
Fr0z3N
I love your username.
December 16, 2005, 12:54 AM
Myndfyr
[quote author=iago link=topic=13455.msg137427#msg137427 date=1134501116]
Shouldn't be incredibly easy, the forum is on Windows.  Nothing is easy on Windows. 
[/quote]
Even if it's on Windows, it's on PHP.  All you'd need to do is make a quick index.php file that redirects the client to /index.php with the appropriate querystring.
December 16, 2005, 2:24 AM
FrOzeN
I assumed you guys knew how to do it. :)

If I were to do it, I would just open .htaccess and add the line "ErrorDocument 404 /404.php".
Then create the file 404.php in the home directory and write a quick script to replace /phpbbs/ and continue redirecting.

[EDIT] Fixed sentence.
December 16, 2005, 2:54 AM
iago
[quote author=MyndFyre link=topic=13455.msg137936#msg137936 date=1134699891]
[quote author=iago link=topic=13455.msg137427#msg137427 date=1134501116]
Shouldn't be incredibly easy, the forum is on Windows.  Nothing is easy on Windows. 
[/quote]
Even if it's on Windows, it's on PHP.  All you'd need to do is make a quick index.php file that redirects the client to /index.php with the appropriate querystring.
[/quote]

That's a lot more work than "ln -s phpbbs ." :P
December 16, 2005, 2:56 AM

Search