mercredi 10 octobre 2018

problem in configuration laravel5.7 in centos7

I have Internal Server Error (error 500)

[client 5.211.29.235:10910] /home/..../public_html/public/.htaccess: Options not allowed here

mysite.conf:

<VirtualHost *:80> ServerName mywebsite.com ServerAlias mywebsite.com *.mywebsite.com DocumentRoot /home/..../public_html/public/ ErrorLog /home/..../public/error_log </VirtualHost>

change permission to read write file(755) not work.

disable SELinux not help. change .httaccess also not help

change httpd.conf not help too.

<Directory /> AllowOverride ALL </Directory>

or

<Directory "/var/www"> Options Indexes FollowSymLinks MultiViews AllowOverride Options Order allow,deny allow from all </Directory>

change .htaccess not work: `Options +FollowSymLinks -Indexes RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^ index.php [L]`

please help!



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire