php - a 500 Internal Server Error error was encountered -


i have upload local project(overwrite existing 1 working correctly) remote server .
my .htaccess looks like:

rewriteengine on rewritecond %{request_filename} !-f rewritecond %{request_filename} !-d rewriterule ^(.*)$ index.php/$1 [l]    <files "index.php"> acceptpathinfo on </files>  rewriterule    ^username    http://www.google.com #^([a-za-z0-9_-]+)$ user/profile/username=$1 

log error:

softexception in application.cpp:256: file "/home/fewextra/public_html/index.php" writeable group

browser error:
enter image description here

any idea how fix ? tried this , this far no luck .

note: same project when upload server works.

the fixes tried have nothing message , not access issue. saying permissions permissive. try make changes , see.

change permissions on public_html 755 , index.php 644.


Comments

Popular posts from this blog

python - TypeError: start must be a integer -

c# - DevExpress RepositoryItemComboBox BackColor property ignored -

django - Creating multiple model instances in DRF3 -