The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Rewrite Problems
Okay, here's the problem....
Attachment 53451 When users are viewing my products pages, they randomly get error messages. My URLs here are rewritten, here is the code Code:
RewriteRule products/vblogetin/devnews/page([0-9]+)/ devnews.php?page=$1 [QSA] RewriteRule products/vblogetin/devnews/ devnews.php [QSA] RewriteRule products/([a-z]+)/([a-z]+) products.php?product=$1&document=$2 [QSA] RewriteRule products/([a-z]+)/ products.php?product=$1 [QSA] RewriteRule products/ products.php [QSA] PHP Code:
Anyway, something from the cron jobs is messing up the query string, which is causing these error messages. Any ideas? If nobody knows, I'll go back to the (messy) full paths in the WOL hooks. As always, any help is greatly appreciated. |
#2
|
||||
|
||||
Meh... nevermind.
vBSEO totally destroyed this method, so it's time to do it the usual way. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|