Привет.
Apache/2.4 (Ubuntu)
Уже не знаю, что делать. Выручайте.internal server error 500
в логах .htaccess: RewriteEngine not allowed here
/etc/apache2/sites-available/000-default.conf
<VirtualHost *:80>
ServerAdmin webmaster@localhost
DocumentRoot /var/www/html
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
<Directory />
AllowOverride FileInfo Options
AllowOverride All
</Directory>
.htaccess:
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php