vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Conflict - Please help (https://vborg.vbsupport.ru/showthread.php?t=112364)

imported_infitech 04-07-2006 03:26 AM

Conflict - Please help
 
1 Attachment(s)
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


Xenon 04-07-2006 08:41 AM

hmm, it looks right, but very complicated :D

imported_infitech 04-07-2006 09:22 AM

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

djtheropy 04-14-2006 03:13 PM

remove parts line by line untill u find the line that is causing the errors, then u know what bit is conflicting

evofile 04-20-2006 05:13 PM

change member.php in the bottom to
Code:

http://www.yourdomain.com/forum/member.php

imported_infitech 04-20-2006 08:04 PM

Quote:

Originally Posted by evofile
change member.php in the bottom to
Code:

http://www.yourdomain/forum/member.php

You're saying this will fix my whole problem?

evofile 04-21-2006 01:41 PM

nope but this is an error that you should fix especially if you installed vbadvanced

P.S. LOL u live in queens, me too

imported_infitech 10-31-2006 08:37 AM

Quote:

Originally Posted by evofile
nope but this is an error that you should fix especially if you installed vbadvanced

P.S. LOL u live in queens, me too

Queens Village baby!

nico_swd 10-31-2006 09:19 AM

Try this
Code:

RewriteRule ^([-_A-Za-z0-9\ ]*)$ member.php?&username=$1
instead of this
Code:

RewriteRule (^[-_A-Za-z0-9\ ]*$) member.php?&username=$1
EDIT: Are you aware of the & sign after the question mark?

imported_infitech 10-31-2006 04:38 PM

thank u...
that did the trick


All times are GMT. The time now is 06:51 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.03508 seconds
  • Memory Usage 1,725KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (5)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete