Gossamer Forum
Home : General : Internet Technologies :

Re: [shellybrit] Plzz I need help with .htaccess

Quote Reply
Re: [shellybrit] Plzz I need help with .htaccess In reply to
I would just write it as:

Code:
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{HTTP_HOST} ^xxx.eu$ [NC]
RewriteRule ^(.*)$ http://www.xxx.eu/$1 [r=301,NC]

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Subject Author Views Date
Thread Plzz I need help with .htaccess shellybrit 11368 Apr 15, 2016, 2:04 AM
Thread Re: [shellybrit] Plzz I need help with .htaccess
Andy 10940 Apr 15, 2016, 4:06 AM
Thread Re: [Andy] Plzz I need help with .htaccess
shellybrit 10834 Apr 18, 2016, 3:39 PM
Thread Re: [shellybrit] Plzz I need help with .htaccess
Andy 10790 Apr 18, 2016, 11:44 PM
Post Re: [Andy] Plzz I need help with .htaccess
Andy 10793 Apr 18, 2016, 11:45 PM