As seen in the topic headline.
After the upgrade from 2.2.1 to 2.3 I get an error 500 when I want to access the site.
After I deleted the idnex.php and reuploaded it, it tells me that the idnex.php cannot find the system folder, so I edited the idnex and modified the path of the system folder….after that the same error appear again.
Using EE 2.3 now.
Here’s the content of my htaccess:
RewriteEngine On
RewriteBase /ezsite/
RewriteCond $1 !^(images|css|acme|themes|favicon\.ico|robots\.txt|index\.php) [NC]
RewriteRule ^(.*)$ index.php/$1 [L]
thanks!
Marek