@shags38, does the site, per chance, use the Ceon URI Mappings? If so, make sure that the site's .htaccess (in the Ceon section) also includes the statements to disallow rewrite of the zc_install sub-directory.
Code:# Don't rewrite zc_install directory RewriteCond %{REQUEST_URI} !^/zc_install/ [NC]


Reply With Quote
