Thank you for the quick reply.
- logged into admin and updated base theme. - No change to desktop
- _css.php does exist with permission of 644. (Is the Permission right?)
- file only contains:
<?php
chdir('../../../../');
require_once('serve.php');
?>
- Does that look correct?
- When file is run directly I get a "500 Internal Server Error"
During the install this message came up:
Welcome to epesi framework setup!
Hosting compatibility:
Your hosting is not compatible with default epesi root .htaccess file. You should tweak it yourself.
Default .htaccess file is:
Options -Indexes
php_value memory_limit "64M"
php_flag magic_quotes_gpc off
#SecFilterEngine Off
Do you know what tweaking it wants?
Any other ideas you might have would be appreciated.