I'm converting a site on another server from aspx to within a joomla cms. All 200 hundred + pages have been made in joomla now but they all have a link to an aspx page that won't exist on the new server. I'm assuming apache won't even consider parsing the page because of it's extention even if the content were in php. Does anyone have any ideas of how I can get this to redirect to the new php page without having to manually edit 200+ pages? Thanks David
You can redirect any URL to any other URL with apache redirects. Please see here for details: http://httpd.apache.org/docs/current/mod/mod_alias.html The redirect commands can be inserted into a .htaccess file in the web direcotry of the website.