Admin Admin
Numarul mesajelor : 101 Data de inscriere : 27/04/2009
| Subiect: cum sa faci site fara www Mar Apr 28, 2009 2:08 am | |
| Daca vreti sa scoateti de exemplu aveti domeniul www.nume.ro si vreti sa scoateti www si sa ramana nume.ro faceti asa : Deschideti .htaccess si adaugati urmatoarele ! Code: RewriteEngine on # ## no-www # rewritecond %{HTTP_HOST} ^www\\.localhost\\.com$ [NC] rewriterule ^(.*)$ http://localhost.com/$1 [R=301,L | |
|