vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Major Additions - Zoints SEO (https://vborg.vbsupport.ru/showthread.php?t=127336)

Guest201202001 09-25-2006 03:37 PM

I think i found the error.. in zoint seo option is: Rewrite URLs when i chose the third one i can't open my forum.. but when i chose the second without mode_rewrite it works so i want to know how can i mak this to work for the .htaccess file I upload on root the file that Ramsesx gives to me(post #87).. So does anybody know what can I do

Thank u to everbody

MusicMan 09-25-2006 03:57 PM

Quote:

Originally Posted by L'ingegnere
I think i found the error.. in zoint seo option is: Rewrite URLs when i chose the third one i can't open my forum.. but when i chose the second without mode_rewrite it works so i want to know how can i mak this to work for the .htaccess file I upload on root the file that Ramsesx gives to me(post #87).. So does anybody know what can I do

Thank u to everbody

Read the ReadMe file included in the zip and it will tell you what to add to your htaccess in order to use the mod_rewrite option. ;)

rogersnm 09-25-2006 04:04 PM

Anybody know about custom rewrite rules with and without mod_rewrite? Maybe it will be in the documentation when he writes it...

Guest201202001 09-25-2006 04:06 PM

Quote:

Originally Posted by MusicMan
Read the ReadMe file included in the zip and it will tell you what to add to your htaccess in order to use the mod_rewrite option. ;)


I create an .htaccess with code:

Code:

Options +FollowSymlinks
RewriteEngine on



RewriteRule ^([a-z0-9_\-]*-(f|all)[0-9]+(p[0-9]+|/index[0-9]*)?\.html)$ forumdisplay.php/$1 [QSA,L]
RewriteRule ^([a-z0-9_\-]*-(t|p)[0-9]+(p[0-9]+|/index[0-9]*)?\.html)$ showthread.php/$1 [QSA,L]
RewriteCond %{REQUEST_URI} !(index\.php|\.css) [NC]
RewriteRule ^(archive|sitemap)/(.*)$ $1/index.php/$2 [QSA,L]

but it doesn't work:confused: Where is the mistake

Thak u for your answer

rogersnm 09-25-2006 04:11 PM

looks fine to me. Did you pick mod_rewrite?

SportsZone 09-25-2006 04:13 PM

Awesome! I just edited the .htaccess file to enable the URL mod_rewrite, and the the forum/thread URL's are looking a lot better!

Thanks guys :)

Guest201202001 09-25-2006 04:22 PM

Quote:

Originally Posted by rogersnm
looks fine to me. Did you pick mod_rewrite?

No.. i dont know where is the mistake


Quote:

Originally Posted by SportsZone
Awesome! I just edited the .htaccess file to enable the URL mod_rewrite, and the the forum/thread URL's are looking a lot better!

Thanks guys

Can u post here your code of .htaccess please

SportsZone 09-25-2006 04:27 PM

Quote:

Originally Posted by L'ingegnere
Can u post here your code of .htaccess please

Sure. This code was made by MusicMan (thanks Glenn!) and you need to simply changed the URL on the 4th line to your sites address. I have no idea about .htaccess so I have no idea if anything else should go in this file!!

[code]
Options +FollowSymlinks
RewriteEngine on
RewriteRule ^([a-z0-9_\-]*-(f|all)[0-9]+(p[0-9]+|/index[0-9]*)?\.html)$ forumdisplay.php/$1 [QSA,L]
RewriteRule ^([a-z0-9_\-]*-(t|p)[0-9]+(p[0-9]+|/index[0-9]*)?\.html)$ showthread.php/$1 [QSA,L]
RewriteCond %{REQUEST_URI} !(index\.php|\.css) [NC]
RewriteRule ^(archive|sitemap)/(.*)$ $1/index.php/$2 [QSA,L]

MusicMan 09-25-2006 04:28 PM

Quote:

Originally Posted by L'ingegnere
No.. i dont know where is the mistake

That is your mistake. You're supposed to pick mod_rewrite if you've edited your htaccess to enable mod_rewrite.

Guest201202001 09-25-2006 04:49 PM

It doesn't work again.. I dont know bhooo


All times are GMT. The time now is 09:34 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.01588 seconds
  • Memory Usage 1,740KB
  • 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
  • (1)bbcode_code_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete