*solved - Thanks!* make .cfm files read as .html? - Joomla! Forum - community, help and support
hey guys,
our old site has link:
http://www.londonconnects.gov.uk/extranet.cfm
when move across new site, users still click through on old link.
i tried knocking dummy extranet.cfm page using html code, displays stuff plain text.
what's best way either redirect 'http://www.londonconnects.gov.uk/extranet.cfm' 'http://www.londonconnects.gov.uk/index.php' or show 404 explains new site?
i'm using artio joomsef custom 404 page, doesn't seem have feature this.
cheers,
mike
our old site has link:
http://www.londonconnects.gov.uk/extranet.cfm
when move across new site, users still click through on old link.
i tried knocking dummy extranet.cfm page using html code, displays stuff plain text.
what's best way either redirect 'http://www.londonconnects.gov.uk/extranet.cfm' 'http://www.londonconnects.gov.uk/index.php' or show 404 explains new site?
i'm using artio joomsef custom 404 page, doesn't seem have feature this.
cheers,
mike
add line .htacess: (check mispellings!)
good luck!
code: select all
redirect 301 /extranet.cfm http://www.londonconnects.gov.uk/index.php
good luck!
Comments
Post a Comment