Ladis-s Posted May 10, 2010 Share Posted May 10, 2010 Nevíte někdo jak udělat v htaccess přesměrování na URL ve tvaru bez www?Když použiju následující, tak se to zacyklí:RewriteCond %{HTTP_HOST} ^www\.domena\.cz [nc]RewriteRule (.*) http://domena.cz/$1 [R=301,L] Link to comment Share on other sites More sharing options...
Caleydon Posted May 10, 2010 Share Posted May 10, 2010 Mozes skusit aj zapis - konkretne mne osobne funguje a odstranuje www. zo vsetkych stranok webu RewriteCond %{HTTP_HOST} ^www.nejaka-domena.sk$ [NC] RewriteRule ^(.*)$ http://nejaka-domena.sk/$1 [R=301,L] Link to comment Share on other sites More sharing options...
JAKCRABBIT Posted May 10, 2010 Share Posted May 10, 2010 Co takhle přidat doméně A záznam? Link to comment Share on other sites More sharing options...
Ladis-s Posted May 12, 2010 Author Share Posted May 12, 2010 Caleydon: tak s tím se mi to taky zacyklí.jakcrabbit: Jak to myslíš s A záznamem? ten míří na IP adresu. Mám nastavený A záznam pro verzi s www i bez, ale potřebuju, aby se při zadání tvaru s www autoaticky stránka přesměrovala na verzi bez. Link to comment Share on other sites More sharing options...
JAKCRABBIT Posted May 12, 2010 Share Posted May 12, 2010 Ty máš na www a bez www něco jinýho? Tak to pak je jiná... Link to comment Share on other sites More sharing options...
Caleydon Posted May 12, 2010 Share Posted May 12, 2010 Zasadna otazka, mas Linux alebo Windows server? Link to comment Share on other sites More sharing options...
Ladis-s Posted May 13, 2010 Author Share Posted May 13, 2010 Je to na Liux serveru.Problém jsem už vyřešil, bylo to tím, že serve má globálně nastavené přesmšrování ze tvaru bez www na tvar s www pro všechny hostingy a tím, že jsem to přesměrovával zpět jsem to zacyklil. Takže moje verze je funkční.Caleydon: ta tvoje je vlastně úplně to samé, jen tam nemáš lomítka před tečkou 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