Report this

What is the reason for this report?

Default Index file is not loading

Posted on September 24, 2016

Hi All, I have just started my instance and have a basic problem. The default index.php is not loading in one of my directory - unless I put a backslash manually. The directory is - http://4brownbag.com/lamp

The htaccess file in the directory says the following

DirectoryIndex index.php index.html
ErrorDocument 404 "[404 error] If you're seeing this error after install, check$

Options +FollowSymLinks
Options -Multiviews

RewriteEngine On
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteRule ^([a-zA-Z0-9-]+)$ $1.php [L]

I have gone through various articles to resolve and yet got nothing. Will appreciate any solution to this as the issue is exposing the installation terribly.

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Start building today

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.