vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=252)
-   -   Force WWW with htaccess (https://vborg.vbsupport.ru/showthread.php?t=263718)

Lynne 05-18-2011 02:56 PM

Mine is almost the same as Valter's.
Code:

RewriteEngine on
RewriteCond %{HTTP_HOST} ^mydomain\.org
RewriteRule (.*) http://www.mydomain.org/$1 [L,R=301]


vBNinja 05-18-2011 03:16 PM

Quote:

Originally Posted by Lynne (Post 2197206)
Mine is almost the same as Valter's.
Code:

RewriteEngine on
RewriteCond %{HTTP_HOST} ^mydomain\.org
RewriteRule (.*) http://www.mydomain.org/$1 [L,R=301]



where do you include the "/forum" directory there so it doesnt redirect to the root domain where my forums isnt at...

Lynne 05-18-2011 04:04 PM

That works for my site even though I have my site in /forums

Have you tried these? It just takes seconds to see if it works or not.

vBNinja 05-18-2011 09:37 PM

got it working!

had to make a minor change to that code though

Thank You

Lynne 05-19-2011 03:52 AM

Quote:

Originally Posted by ivant (Post 2197335)
got it working!

had to make a minor change to that code though

Thank You

Why don't you post what you did since it may help someone else who finds this thread.

Boofo 05-19-2011 04:07 AM

Here is what I use to redirect to my forums dir:

Code:

Options +FollowSymlinks
RewriteEngine on

RewriteCond %{HTTP_HOST} ^.*$
RewriteRule ^/?$ "http\:\/\/mysite\.com\/forums\/" [R=301,L]


Lynne, what is the $1 for at the end of your site url?

vBNinja 05-19-2011 03:09 PM

Quote:

Originally Posted by Lynne (Post 2197427)
Why don't you post what you did since it may help someone else who finds this thread.

i just added the "/forums" at the end

Quote:

Originally Posted by Boofo (Post 2197435)
Here is what I use to redirect to my forums dir:

Code:

Options +FollowSymlinks
RewriteEngine on

RewriteCond %{HTTP_HOST} ^.*$
RewriteRule ^/?$ "http\:\/\/mysite\.com\/forums\/" [R=301,L]


Lynne, what is the $1 for at the end of your site url?

thats just to show the page you are opening within that directory..

Boofo 05-19-2011 04:07 PM

You lost me. How does it know what page to show?

Lynne 05-19-2011 04:16 PM

Think of $1 as like a variable. You passed it a url mydomain.com/somelinkhere.php and the somelinkhere.php is the $1.

At least, that is how I think of it.

Boofo 05-19-2011 05:02 PM

That is what I thought. But I don't see you setting it anywhere in the htaccess. Where does it get set?


All times are GMT. The time now is 01:35 AM.

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.01075 seconds
  • Memory Usage 1,738KB
  • 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
  • (4)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (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