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. :)
Should be incredibly easy. cd into /web and create a symbolic link "phpbbs" to "."
Quote from: Joe on December 12, 2005, 10:31 PM
Should be incredibly easy. cd into /web and create a symbolic link "phpbbs" to "."
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 :)
Thanks for alerting me to this. I have made a couple of corrections to resolve this issue.
./edit Yes, iago it was easy. :-*
I love your username.
Quote from: iago on December 13, 2005, 01:11 PM
Shouldn't be incredibly easy, the forum is on Windows. Nothing is easy on Windows.
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.
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.
Quote from: MyndFyre on December 15, 2005, 08:24 PM
Quote from: iago on December 13, 2005, 01:11 PM
Shouldn't be incredibly easy, the forum is on Windows. Nothing is easy on Windows.
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.
That's a lot more work than "ln -s phpbbs ." :P