Greenguy's Board

Greenguy's Board (http://www.greenguysboard.com/board/index.php)
-   Programming & Scripting (http://www.greenguysboard.com/board/forumdisplay.php?f=15)
-   -   .htaccess (http://www.greenguysboard.com/board/showthread.php?t=63519)

jollyhumper 2012-02-16 07:05 AM

.htaccess
 
Hi

I'm struggling with this redirection thingy.
I want my sites to be without www, so SearchEngines only reads and checks the http:/domain,com and redirects those few that actually ever will type my url in, with a www first back to the non-www.

I got a script at GFY, but it just makes an hopeless loop, upon asking for further hints they've been dead silent. as usual.

What's said at gfy. Makes an endless loop.
Code:

Redirect www to non-www:
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} ^www.yourdomain.com [NC]
RewriteRule ^(.*)$ http://yourdomain.com/$1 [L,R=301]

thanks!
M:)rten

Useless 2012-02-16 07:50 AM

Out of curiosity, do you have the text "Redirect www to non-www:" in your .htaccess file?

If so, delete it.

jollyhumper 2012-02-16 07:53 AM

Quote:

Originally Posted by Useless Warrior (Post 513711)
Out of curiosity, do you have the text "Redirect www to non-www:" in your .htaccess file?

If so, delete it.

Nope, I don't. :)

Jolly

jollyhumper 2012-02-16 07:57 AM

Quote:

Originally Posted by jollyhumper (Post 513712)
Nope, I don't. :)

Jolly

I've figured it out now, works like a sharm. Thx!

M:)rten


All times are GMT -4. The time now is 06:46 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc