getting index.php not found
PermalinkI Get above mentioned message on a previously working site i can ga to login and login then the same messae appears.
Any idears for a solution i'm really stuck

The .htaccess was just missing and I didn’t see it.
So problem solved.
# -- concrete5 urls start -- <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME}/index.html !-f RewriteCond %{REQUEST_FILENAME}/index.php !-f RewriteRule . index.php [L] </IfModule> # -- concrete5 urls end --