patrickvbw Posted March 10, 2012 Share Posted March 10, 2012 Hallo, Ik heb mijn shop geupdate naar de laatste versie, en nu wil ik de toegang beperken tot alleen mijn www domein. Dit hoort in de .htaccess file komen te staan, maar moet ik dit handmatig toevoegen of via de generator? En wat dien ik er aan toe te voegen? Ik heb zojuist RewriteCond %{HTTP_HOST} ^domein.nl RewriteRule ^(.*)$ http://www.domein.nl/$1 [R=301,L] toegevoegd., maar dit gaf een 'te veel omleiding' probleem. Hulp aub! Link to comment Share on other sites More sharing options...
Frens Posted March 10, 2012 Share Posted March 10, 2012 Hoi. is die beperking er niet , of ik begrijp niet precies wat je wilt. Je kan altijd iets handmatig toevoegen in je .htaccess Link to comment Share on other sites More sharing options...
AKJV Posted March 10, 2012 Share Posted March 10, 2012 Ik heb hier iets andere code voor je: RewriteCond %{HTTP_HOST} ^domein\.nl [NC] RewriteRule ^(.*)$ http://www.domein.nl/$1 [L,R=301] Ik ben geen .htaccess epxert maar kijk maar eens of het met bovenstaande code beter gaat. 2 Link to comment Share on other sites More sharing options...
Frens Posted March 10, 2012 Share Posted March 10, 2012 Hier nog wat info https://groups.google.com/a/googleproductforums.com/forum/#!category-topic/webmaster-nl/crawlen-indexeren-en-rangschikken/rXbIjDlLMrM 1 Link to comment Share on other sites More sharing options...
patrickvbw Posted March 11, 2012 Author Share Posted March 11, 2012 Thanks voor de antwoorden, het is inmiddels gelukt met deze code. Ik heb hier iets andere code voor je: RewriteCond %{HTTP_HOST} ^domein\.nl [NC] RewriteRule ^(.*)$ http://www.domein.nl/$1 [L,R=301] Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now