ios - 301 redirect works great, Except on iPad? -


doing 301-redirect using php redirect homepage , html refresh other pages:

example of html redirect page:

<meta http-equiv="refresh" content="0; url=http://northernarchitecturalsystems.com/projects_product.html"> 

and using php homepage:

<?php header( "http/1.1 301 moved permanently" ); header( "location: http://www.northernarchitecturalsystems.com" ); exit(0); ?> 

i'm permanently moving http://northernbuildingproducts.com/ http://northernarchitecturalsystems.com

like said in title, looks , works great. except when use ipad. testing other tablets stumped. i've tried use htaccess, php, & html refresh. work on desktop , phone images break when using ipad. not clue?

help appreciated.


Comments

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -