0

So I have a working lamp server.

I have php installed and can call the php files when called directly.

However, index.php will not load when the domain is called.

http://www.AnthonyRussell.info

doesnt work. However,

http://www.AnthonyRussell.info/index.php

Does.

I think i have to add a reference somewhere but I can't seem to find it or what or where it goes.

1 Answer 1

1

http://httpd.apache.org/docs/2.2/mod/mod_dir.html

DirectoryIndex Directive in .htaccess file with value index.php solve your problem

Sign up to request clarification or add additional context in comments.

1 Comment

Yeah that was what I found but I cant find the .htaccess file

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.