tokasmart Posted September 28, 2015 Share Posted September 28, 2015 Jak można uzyskać efekt taki, że zamiast wejść na stronę 404 (nie znaleziono strony-wyszukiwarka) zostajemy przekierowani po wpisaniu błędnego/nieaktualnego adresu na stronę główną? Jest w ogóle taka możliwość? Zależy mi żeby działo się tak zarówno z produktami, cms'ami jak i głębszymi katalogami. Wie ktoś coś na ten temat? Link to comment Share on other sites More sharing options...
Yabber Posted September 29, 2015 Share Posted September 29, 2015 (edited) W katalogu szablonu do 404.tpl dodaj na początku: <script language="javascript"> window.location = "http://moja.domena.com"; </script> Edited October 2, 2015 by Yabber (see edit history) Link to comment Share on other sites More sharing options...
tokasmart Posted October 1, 2015 Author Share Posted October 1, 2015 Yabber nie działa - masz może jakieś inne rozwiązania w zanadrzu? Pozdrawiam Link to comment Share on other sites More sharing options...
tokasmart Posted October 1, 2015 Author Share Posted October 1, 2015 Działa Był jeden slash i dlatego coś nie zatrybiło, potem na innym szablonie w multi próbowałem itd. Wielkie dzięki! Link to comment Share on other sites More sharing options...
Yabber Posted October 2, 2015 Share Posted October 2, 2015 Faktycznie jeden slash pominąłem. Powinno być: window.location = "http://moja.domena.com"; Link to comment Share on other sites More sharing options...
krzysiek_web Posted October 2, 2015 Share Posted October 2, 2015 Można jeszcze skorzystać z: <meta http-equiv="Refresh" content="0; url=https://www.mojadomena.pl/" /> 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