This shows you the differences between two versions of the page.
|
kako_ukloniti_www_iz_imena_sajta [2009/09/03 23:06] leftfield created |
kako_ukloniti_www_iz_imena_sajta [2009/09/03 23:09] (current) leftfield |
||
|---|---|---|---|
| Line 5: | Line 5: | ||
| Da bi ste izbacili iz URL-a "www", ubacite u .htaccess sledeći kod: | Da bi ste izbacili iz URL-a "www", ubacite u .htaccess sledeći kod: | ||
| + | |||
| + | |||
| RewriteBase / | RewriteBase / | ||
| + | |||
| rewritecond %{http_host} ^joomlaserbia.com [nc] | rewritecond %{http_host} ^joomlaserbia.com [nc] | ||
| + | |||
| rewriterule ^(.*)$ http://www.joomlaserbia.com/$1 [r=301,nc] | rewriterule ^(.*)$ http://www.joomlaserbia.com/$1 [r=301,nc] | ||
| - | //Naravno, zamjenite "joomlaserbia" sa imenom vašeg sajta.// | ||
| + | //Naravno, zamjenite "joomlaserbia" sa imenom vašeg sajta.// | ||
| Ako želite da imate opciju sa "www" uključenim onda ubacite umjesto ovog gore: | Ako želite da imate opciju sa "www" uključenim onda ubacite umjesto ovog gore: | ||
| + | |||
| + | |||
| RewriteBase / | RewriteBase / | ||
| + | |||
| RewriteCond %{HTTP_HOST} !^www\.joomlaserbia\.com$ [NC] | RewriteCond %{HTTP_HOST} !^www\.joomlaserbia\.com$ [NC] | ||
| + | |||
| RewriteRule ^(.*)$ http://www.joomlaserbia.com/$1 [R=301,L] | RewriteRule ^(.*)$ http://www.joomlaserbia.com/$1 [R=301,L] | ||