The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Conflict - Please help
Is there a conflict here? Does this look right?
Code:
RewriteEngine on RewriteBase / RewriteRule ^(.*)-(.*)_(.*)-(.*)_(.*)-(.*)_(.*)-(.*)_(.*)-(.*)_(.*)-(.*)_(.*).html(.*)$ $1.php?$2=$3&$4=$5&$6=$7&$8=$9&$10=$11&$12=$13$14 RewriteRule ^(.*)-(.*)_(.*)-(.*)_(.*)-(.*)_(.*)-(.*)_(.*)-(.*)_(.*).html(.*)$ $1.php?$2=$3&$4=$5&$6=$7&$8=$9&$10=$11$12 RewriteRule ^(.*)-(.*)_(.*)-(.*)_(.*)-(.*)_(.*)-(.*)_(.*).html(.*)$ $1.php?$2=$3&$4=$5&$6=$7&$8=$9$10 RewriteRule ^(.*)-(.*)_(.*)-(.*)_(.*)-(.*)_(.*).html(.*)$ $1.php?$2=$3&$4=$5&$6=$7$8 RewriteRule ^(.*)-(.*)_(.*)-(.*)_(.*).html(.*)$ $1.php?$2=$3&$4=$5$6 RewriteRule ^(.*)-(.*)_(.*).html(.*)$ $1.php?$2=$3$4 RewriteRule ^(.*).html$ $1.php RewriteRule ^(sitemap.*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L] RewriteRule ^$ index.php RewriteRule (^[-_A-Za-z0-9\ ]*$) member.php?&username=$1 |
#2
|
||||
|
||||
hmm, it looks right, but very complicated
|
#3
|
||||
|
||||
It has my forums on a constant redirect and the custom user profilel url such as http://www.infitechdesign.com/forums/Stev'O do no twork
|
#4
|
|||
|
|||
remove parts line by line untill u find the line that is causing the errors, then u know what bit is conflicting
|
#5
|
|||
|
|||
change member.php in the bottom to
Code:
http://www.yourdomain.com/forum/member.php |
#6
|
||||
|
||||
Quote:
|
#7
|
|||
|
|||
nope but this is an error that you should fix especially if you installed vbadvanced
P.S. LOL u live in queens, me too |
#8
|
||||
|
||||
Quote:
|
#9
|
||||
|
||||
Try this
Code:
RewriteRule ^([-_A-Za-z0-9\ ]*)$ member.php?&username=$1 Code:
RewriteRule (^[-_A-Za-z0-9\ ]*$) member.php?&username=$1 |
#10
|
||||
|
||||
thank u...
that did the trick |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|