vBulletin Search Engine Optimization
This is a discussion on Blog rewrite error 500 with CRR blogs.php => /blogs/ within the Bug Reporting forums, part of the vBSEO SEO Plugin category; I have found this bug looking ta my php_log file I have found this Code: PHP Warning: require(/<homepath>/forums/best-blog.php) [<a href='function.require'>function.require</a>]: ...
| |||||||
Enhancing 80 million pages. | Register | FAQ | Members List | Social Groups | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| |||
| |||
| Blog rewrite error 500 with CRR blogs.php => /blogs/
I have found this bug looking ta my php_log file I have found this Code: PHP Warning: require(/<homepath>/forums/best-blog.php) [<a href='function.require'>function.require</a>]: failed to open stream: No such file or directory in /<homepath>/forums/vbseo.php on line 1128 [24-Dec-2007 10:28:24] PHP Fatal error: require() [<a href='function.require'>function.require</a>]: Failed opening required '/<homepath>/forums/best-blog.php' (include_path='.:/usr/share/pear:/usr/share/php') in /<homepath>/forums/vbseo.php on line 1128 Code: 66.249.70.177 website.com - [23/Dec/2007:19:32:00 -0500] "GET /forums/blogs/best-blogs/ HTTP/1.1" 500 0 "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" Code: http://website.com/forums/blogs/best-blogs/ I have tested removing my custorm rewrite 'blog\.php$' => 'blogs/[NF]' , then no more bugs Looks like it doesnt happen on vbseo.com however on another site I have found exactly the same bug, check here: http://forum.vbulletinsetup.com/blogs/best-blogs/ blank page , error 500 Hope it helps |
|
#3
| ||||
| ||||
|
Hello, try to change CRR to: Code: '^blog\.php$' => 'blogs/'
__________________ Oleg Ignatiuk / Crawlability Inc. vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations vBSEO Google Sitemap Generator - Version 2.2 Released Mandatory Upgrade for vBSEO 3.2.0 GOLD 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. |
|
#4
| |||
| |||
| not working if I do this with the ^ then the navbar link blog.php is not rewritten to blogs/
|
|
#5
| |||
| |||
|
to note that project.php and blog.php of project tools and vb blogs are the 2 only files I cant custom rewrite with the ^, all others vb files rewrite went fine without both project and blog ... Im able to do theses rewrites for example and they are ok: '^faq\.php$' => 'faq/[NF]' '^search\.php\?do=getnew$' => 'newposts/[NF]' '^search\.php$' => 'search/[NF]' but for both blog.php and project.php I must remove the ^ else when I mouseover the links , it's still pointing to the php file .. |
| Tags |
| 500, blog, bug, crr, error |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| change /forums/blogs to /blogs | magmf | URL Rewrite Settings | 31 | 02-08-2008 11:20 AM |
| How to get /blogs instead of /forum/blogs | Doug Nelson | General Discussion | 2 | 11-20-2007 01:04 AM |
| /blogs/index.php loads /forums/blog.php | voteforbird | Custom Rewrite Rules | 3 | 09-20-2006 06:08 PM |