Welcome Guest, Not a member yet? Register   Sign In
PHP files downloading instead of running?
#1

.htaccess file contents

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f  
RewriteCond %{REQUEST_FILENAME} !-d  
RewriteRule ^(.*)$ index.php?/$1 [L]
# Use PHP 5.4
AddHandler application/x-httpd-php54 .php
Options -Indexes

When i am deleting the .htaccess file php project opens it home page. but not working any other page like admin, users etc. But when I am putting the .htaccess file to the folder a file is downloading autometically instead of running.

Please help me.

Sk Sabbir Ali

Attached Files Thumbnail(s)
   
Reply


Messages In This Thread
PHP files downloading instead of running? - by sksabbirali - 06-13-2018, 02:18 PM



Theme © iAndrew 2016 - Forum software by © MyBB