Sublime directory Surf the web anonymous Pagerank Monitor


www and without www...

maverick
Sun 3 June 2007, 09:34 pm GMT +0200
I don't know how to search that here...
but I would like to redirect the domain freebiesociety.com/forums
at www.freebiesociety.com/forums

I try that but nothing happened... :

RewriteEngine on
RewriteCond %{HTTP_HOST} ^freebiesociety/forums\.com
RewriteRule ^(.*)$ http://www.freebiesociety.com/forums/$1 [R=permanent,L]

I have serious problem with the login page...

Any opinions?
Thanks in advance :)

olaf
Sun 3 June 2007, 09:51 pm GMT +0200
check the server variable for http_host

olaf
Sun 3 June 2007, 09:53 pm GMT +0200
i see, try this

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

maverick
Sun 3 June 2007, 10:13 pm GMT +0200
Thanks Olaf, but this work only for the main page...
I want for a subpage like   /forums

olaf
Sun 3 June 2007, 10:31 pm GMT +0200
Thanks Olaf, but this work only for the main page...
I want for a subpage like   /forums

http_host is only the domain name (plus the www).

I use the same rule and it works for all files, do you used exactly my rule?

maverick
Sun 3 June 2007, 10:49 pm GMT +0200
So you mean to try this :

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

?

olaf
Sun 3 June 2007, 10:58 pm GMT +0200
RewriteEngine on
RewriteCond %{HTTP_HOST} ^freebiesociet\.com$
rewriteCond %{REQUEST_URI} ^/forums
RewriteRule (.*) http://www.freebiesociety.com/$1 [R=301,L]

thats should work, (still don't understand what you're trying :))

maverick
Sun 3 June 2007, 11:11 pm GMT +0200
Me too Olaf...
I am trying again and again but nothing happened...

I am trying this domain :

http://freebiesociety.com/forums  become
http://www.freebiesociety.com

olaf
Sun 3 June 2007, 11:36 pm GMT +0200
maybe your server?

this works fine for me:

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

try http://finalwebsites.com/tutorials/php_ajax_contact_form.php (note the missing www)

maverick
Sun 3 June 2007, 11:40 pm GMT +0200
You have right Olaf yours works good...
I don't know.

olaf
Sun 3 June 2007, 11:53 pm GMT +0200
You have right Olaf yours works good...
I don't know.

do you have more rules in your .htaccess file?

maverick
Mon 4 June 2007, 12:05 am GMT +0200
My access file have these lines..

Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^freebiesociety\.com$
rewriteCond %{REQUEST_URI} ^/forums
RewriteRule (.*)http://www.freebiesociety.com/ $1[R=301,L]

olaf
Mon 4 June 2007, 12:15 am GMT +0200
check here the syntax

RewriteRule (.*) http://www.freebiesociety.com/$1 [R=301,L]

the space are looking better this way (remove the second condition)

maverick
Mon 4 June 2007, 12:28 am GMT +0200
$%@^$#$%&#

I don't believe it works!!

Where is your donate button Olaf?

maverick
Mon 4 June 2007, 12:45 am GMT +0200
Oopps something happened again....

Internal Server Error!

Good...I will start to cry...

olaf
Mon 4 June 2007, 01:09 am GMT +0200
$%@^$#$%&#

I don't believe it works!!

Where is your donate button Olaf?

http://www.finalwebsites.com/snippets.php?id=10

:D

maverick
Mon 4 June 2007, 01:40 am GMT +0200
Today is my favorite day!!

Accounts with limited access may not send money.

I have to sent a fax to paypal with my identity...

I will not forget you Olaf :)

olaf
Mon 4 June 2007, 09:22 am GMT +0200
Today is my favorite day!!

Accounts with limited access may not send money.

I have to sent a fax to paypal with my identity...

I will not forget you Olaf :)

don't worry you don't need to donate (btw do you know my new proxy bidding directory):)

maverick
Mon 4 June 2007, 02:39 pm GMT +0200
Which one?

olaf
Mon 4 June 2007, 03:54 pm GMT +0200
Which one?

http://www.webdigity.com/index.php/topic,6637.0.Get+a+link+to+your+proxy+site+for+%241.html

Archive for SMF v1.00 by N.P. Valid XHTML 1.0 Transitional