Forum Moderators: phranque

Message Too Old, No Replies

Cannot load Info,php

         

bismarck888

9:32 pm on Jul 25, 2009 (gmt 0)

10+ Year Member



I am having problems loading info.php. I type the my url name/info.php. It says broken link. I am using cpanel and added into the directory index.

# DirectoryIndex is set via the WHM -> Service Configuration -> Apache Setup -> DirectoryIndex Priority
DirectoryIndex info.php index.html.var index.htm index.html index.shtml index.xhtml index.wml index.perl index.pl index.plx index.ppl index.cgi index.jsp index.js index.jp index.php4 index.php3 index.php index.phtml default.htm default.html home.htm index.php5 Default.html Default.htm home.html.

Here is the first part of the httpd

<Directory "/">
Options ExecCGI FollowSymLinks Includes IncludesNOEXEC Indexes -MultiViews SymLinksIfOwnerMatch
AllowOverride All
</Directory>

<Directory "/home/hallowee/public_html/">
Options Includes Indexes FollowSymLinks
AllowOverride all
Order allow,deny
Allow from all

</Directory>

<Files ~ "^error_log$">
Order allow,deny
Deny from all

Satisfy All
</Files>

<FilesMatch "^\.ht">
Order allow,deny
Deny from all

</FilesMatch>

Caterham

10:46 am on Jul 27, 2009 (gmt 0)

10+ Year Member



<Directory "/">
Options ExecCGI FollowSymLinks Includes IncludesNOEXEC Indexes -MultiViews SymLinksIfOwnerMatch
AllowOverride All
</Directory>

Do you understand what you're doing here?