goma smile Posted April 5, 2013 Report Share Posted April 5, 2013 Kā pareizi .htaccess failā redirect 301 norādīt situācijā: ir 2 domaini uz vienas ip riga.lv un tavariga.lv un ka var, lai ieejot riga.lv automatiski parmet uz tavariga.lv, un ja ieiet caur tavariga.lv paliek tā pati tavariga.lv Quote Link to comment Share on other sites More sharing options...
anonīms Posted April 5, 2013 Report Share Posted April 5, 2013 RewriteEngine On RewriteCond %{HTTP_HOST} ^www.riga.lv RewriteRule (.*) http://www.tavariga.lv/$1 [R=301,L] hau abaut dis Quote Link to comment Share on other sites More sharing options...
daGrevis Posted April 5, 2013 Report Share Posted April 5, 2013 Es redirektu veiktu jau valodas līmenī, jo ne visi serveri atbalsta `.htaccess` (kvai Nginx?). Quote Link to comment Share on other sites More sharing options...
anonīms Posted April 5, 2013 Report Share Posted April 5, 2013 tas ir kā "valodas līmenī"? o0 ša, aiziešu pēc tējas un cepumiem un esmu gatavs paklausīties Quote Link to comment Share on other sites More sharing options...
goma smile Posted April 5, 2013 Author Report Share Posted April 5, 2013 hau abaut dis Un kā vēl šitam pievienot ja jebkura domainu versija ir ar www.tavariga.lv nometās un paliek tika tavariga.lv Quote Link to comment Share on other sites More sharing options...
rpr Posted April 5, 2013 Report Share Posted April 5, 2013 (edited) tas ir kā "valodas līmenī"? o0 ša, aiziešu pēc tējas un cepumiem un esmu gatavs paklausīties header ("Location: http://riga.lv"); exit; bet visp'ar, ja ir zinams, ka ir htaccess, tad kaapeec to nedarit ar htaccess? es laikam to dariitu servera galaa. Edited April 5, 2013 by rpr Quote Link to comment Share on other sites More sharing options...
daGrevis Posted April 5, 2013 Report Share Posted April 5, 2013 (edited) > tas ir kā "valodas līmenī"? o0 ša, aiziešu pēc tējas un cepumiem un esmu gatavs paklausīties Ja mēs pieņemam, ka valoda ir PHP. Tad: * http://php.net/manual/en/function.http-redirect.php, * http://php.net/manual/en/function.header.php; Edited April 5, 2013 by daGrevis Quote Link to comment Share on other sites More sharing options...
daGrevis Posted April 5, 2013 Report Share Posted April 5, 2013 > bet visp'ar, ja ir zinams, ka ir htaccess, tad kaapeec to nedarit ar htaccess? Man šķiet, ka lielāka iespēja, ka mainīsies serveris, nevis mainīsies pati valoda. Quote Link to comment Share on other sites More sharing options...
rpr Posted April 5, 2013 Report Share Posted April 5, 2013 domāju, ka katram serverim ir savas metdos kā uzražot 301 atbildi. vai tas ir nginx vai tomcat vai apache. Quote Link to comment Share on other sites More sharing options...
marrtins Posted April 5, 2013 Report Share Posted April 5, 2013 Mainīsies servers, valoda, domāsim risinājumu. Citādi pārcels uz valodu, bet nomainīsies valoda, ne serveris. Ko tad? Tādi milzu izdevumi.... :)) Quote Link to comment Share on other sites More sharing options...
hipokito Posted April 9, 2013 Report Share Posted April 9, 2013 Ja jau tu piemini .htaccess failu, tad var noprast, ka tev nav nginx.Uz vecā domēna izveido .htaccess failu un tajā ievieto textu no pirmās metodes http://301redirects.net/redirect-old-domain-to-new-website.php - protams, aizvieto ar saviem domeniem. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.