I am changing my sites from asp dot net to php. My sites has been index by Google on asp. So how do I direct index pages from asp to php Example www.mediamobile.co.uk/frmnetwork.aspx to www.mediamobile.co.uk/frmnetwork.php www.mediamobile.co.uk/frmmake.aspx to www.mediamobile.co.uk/frmmake.php www.mediamobile.co.uk/mainfrm.aspx?type=network&value=3 to www.mediamobile.co.uk/index.php?network=3 www.mediamobile.co.uk/mainfrm.aspx?type=category&value=%Clearance% to www.mediamobile.co.uk/index.php?category=Clearance Pls Help Thanks
can't you just AddHandler php4-cgi .php .php4 .asp .aspx Code (markup): in your .htaccess If I'm not mistaken that would cause php to evaluate files with any of the listed extensions. Make sure the handler name is correct. Yours may not be php4-cgi. Also you'll probably want to add directory indexing for index.asp etc. --Stephen
Just add the line in your .htaccess ..... If you're using Windows host then this wouldn't work :-( Cheers, Venetsian.