We need PHP for redirects but host is not supported; can Ruby handle PHP URLs? -
we have had move our charity website new (shared) host (www.networksolutions.com/web-hosting/hosting-package-comparison.jsp).
the website specs are: windows operating system, ms sql 2005, asp.net framework 2.0.
we had created url redirects our old site written in php our new site in asp working fine. unfortunately new hosting company not have php part of windows hosting package none of redirects work. windows hosting have ruby on rails.
is there way can use ruby deal old php urls redirected new pages? or there way of doing it?
an example of redirects had from:
pfaf.org/leaflets/edible_uses.php www.pfaf.org/user/edibleuses.aspx
any appreciated
if have static list of urls redirect no programming language should needed. can redirects in web server configuration. both apache http server , iis support this.
http://en.wikipedia.org/wiki/url_redirection#using_.htaccess_for_redirection
Comments
Post a Comment