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
Hi,

Totally the wrong place to post ;) I've moved it for you.

Code:
RewriteCond %{HTTP_HOST} ^xxx.eu[nc]

I would do as:

Code:
RewriteCond %{HTTP_HOST} ^xxx.eu$ [nc]

Not sure if thats your problem though (not really sure what you problem is... is it just getting into an infinate loop???)

Also, comments should be:

Code:
# Rewrite to www

not:

Code:
//Rewrite to www

Its possible that is whats causing your site to stop working ;)

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 10789 Apr 18, 2016, 11:44 PM
Post Re: [Andy] Plzz I need help with .htaccess
Andy 10793 Apr 18, 2016, 11:45 PM