Jaxel, I'm having trouble with the SEO links on the latest version. If I set them to be enabled then it seemingly correctly rewrites the link (media/mX-title) but it returns a 500 internal server error upon trying to view it. I've opened up the apache error log and it gives me;
Quote:
Sun Jun 20 19:26:36 2010] [error] [client XX.XXX.XXX.XX] Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace., referer: http://www.gamingperfection.com/testvb/forum/media.php
|
EDIT:
Turning on debug and now have the following;
Quote:
[Sun Jun 20 19:43:07 2010] [debug] core.c(3046): [client XX.XXX.XXX.XX] r->uri = /testvb/forum.php.php.php.php.php.php.php.php.php.php, referer: http://www.gamingperfection.com/testvb/forum/media.php?
[Sun Jun 20 19:43:07 2010] [debug] core.c(3052): [client XX.XXX.XXX.XX] redirected from r->uri = /testvb/forum.php.php.php.php.php.php.php.php.php, referer: http://www.gamingperfection.com/testvb/forum/media.php?
[Sun Jun 20 19:43:07 2010] [debug] core.c(3052): [client XX.XXX.XXX.XX] redirected from r->uri = /testvb/forum.php.php.php.php.php.php.php.php, referer: http://www.gamingperfection.com/testvb/forum/media.php?
[Sun Jun 20 19:43:07 2010] [debug] core.c(3052): [client XX.XXX.XXX.XX] redirected from r->uri = /testvb/forum.php.php.php.php.php.php.php, referer: http://www.gamingperfection.com/testvb/forum/media.php?
[Sun Jun 20 19:43:07 2010] [debug] core.c(3052): [client XX.XXX.XXX.XX] redirected from r->uri = /testvb/forum.php.php.php.php.php.php, referer: http://www.gamingperfection.com/testvb/forum/media.php?
[Sun Jun 20 19:43:07 2010] [debug] core.c(3052): [client XX.XXX.XXX.XX] redirected from r->uri = /testvb/forum.php.php.php.php.php, referer: http://www.gamingperfection.com/testvb/forum/media.php?
[Sun Jun 20 19:43:07 2010] [debug] core.c(3052): [client XX.XXX.XXX.XX] redirected from r->uri = /testvb/forum.php.php.php.php, referer: http://www.gamingperfection.com/testvb/forum/media.php?
[Sun Jun 20 19:43:07 2010] [debug] core.c(3052): [client XX.XXX.XXX.XX] redirected from r->uri = /testvb/forum.php.php.php, referer: http://www.gamingperfection.com/testvb/forum/media.php?
[Sun Jun 20 19:43:07 2010] [debug] core.c(3052): [client XX.XXX.XXX.XX] redirected from r->uri = /testvb/forum.php.php, referer: http://www.gamingperfection.com/testvb/forum/media.php?
[Sun Jun 20 19:43:07 2010] [debug] core.c(3052): [client XX.XXX.XXX.XX] redirected from r->uri = /testvb/forum.php, referer: http://www.gamingperfection.com/testvb/forum/media.php?
[Sun Jun 20 19:43:07 2010] [debug] core.c(3052): [client XX.XXX.XXX.XX] redirected from r->uri = /testvb/forum/media/m11-modern-warfare-frozen-crossing-pt-2, referer: http://www.gamingperfection.com/testvb/forum/media.php?
|
Any ideas? It was working in a previous version but I skipped a few before this and didn't save it so can't compare any changes made in .htaccess.
EDIT 2: Found
this bug report which seems to have something to do with it. I deleted the MVC part which fixes the 500 error but now it gives me a 404 not found error. Is there some setting/module that I haven't enabled to get this to work for me on my server?
Also, and this is a minor thing, the styling for the media comments header appears in
8WR_media_comment_bit (rather than
8WR_media.css) and seems to be 'hard coded' rather than style-specific.