On the localhost it is running. But when I upload it, its throwing an 500 error.
I checked: mod_rewrite (loaded - phpinfo(8)) extension intl (enabled)
I tried: Deleting all the cache files
Thats my .htaccess
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule ^$ webroot/ [L]
RewriteRule (.*) webroot/$1 [L]
</IfModule>
Errorlog of PHP:
[Sun Jan 17 11:04:02 2016] [warn] RSA server certificate wildcard CommonName (CN) `*.webpack.hosteurope.de' does NOT match server name!?
Any ideas?