Hi all,
I have been using 404sef to help with redirecting old website pages.
all is going well except for .cfm files.
if I create the alias in 404sef it doesnt work.
Instead I get a server 404 error (as opposed to a 404sef error).
I did a bit of researching and one solution was to changed the coding in the .htaccess file to include the .cfm extension type.
as follows:
Code:
RewriteCond %{REQUEST_URI} (/|\.php|\.html|\.htm|\.feed|\.pdf|\.raw|/[^.]*)$ [NC]
to :
Code:
RewriteCond %{REQUEST_URI} (/|\.php|\.html|\.htm|\.feed|\.pdf|\.raw|\.cfm|/[^.]*)$ [NC]
This hasnt brought many any joy.
does anyone have any ideas?
cheers,
anthony...