site not loading showing some image with error

Status
Not open for further replies.

garrettroyce

Community Support
Community Support
Messages
5,611
Reaction score
249
Points
63
That might be an htaccess file problem. Instead of using index.php for the directory index, it could be using something else.

look for a file called .htaccess and look for a line in the file that has this:
Code:
DirectoryIndex something.php

then do this:
Code:
#DirectoryIndex something.php

There might be a setting somewhere in Joomla that does this for you, but I'm not terrible familiar with the software.
 

garrettroyce

Community Support
Community Support
Messages
5,611
Reaction score
249
Points
63
are there any other files named index in the public_html folder?
 

dhruv227

New Member
Messages
390
Reaction score
1
Points
0
there is one, but it's named index2.php
Edit:
can it be possible that i input the command you had told me earlier.
 
Last edited:

garrettroyce

Community Support
Community Support
Messages
5,611
Reaction score
249
Points
63
well, unless you tell the server to do something different with DirectoryIndex, it will look for index.html, index.php, ... then default.html, default.php... until it finds a file to load or nothing. So, it's finding something, just not the right thing. I'm not too familiar with Joomla, but like sunils said, it might be an install error.
 

dhruv227

New Member
Messages
390
Reaction score
1
Points
0
i finally got the solution to it by reffering to this post on Joomla's Forums

http://forum.joomla.org/viewtopic.php?f=428&t=305636&p=1357234

but now i get this errror on homepage :
Warning: strpos() [function.strpos]: Empty delimiter in /home/delon/public_html/modules/mod_rokmininews/helper.php on line 178

Warning: strpos() [function.strpos]: Empty delimiter in /home/delon/public_html/modules/mod_rokmininews/helper.php on line 178

i don't care about this error, but can it be possible that i add some code which can make the error don't appear.
Edit:
problem solved, thnks anyways
 
Last edited:
Status
Not open for further replies.
Top