I have a site at site.com/graphics/ , when i go to site.com/graphics/ i get a blank page , only site.com/graphics/index.php works .. can anyone help me plz Thx lots
Your hoster (I presum you don't own the server) hasn't set something correctly in the configuration... Damn that's vague - sorry about that. I can't remember what it is that isn't set propperly... But anycase, its the config file of the server that needs changing.
If the following is not in your Apache configuration file, add it to your .htaccess file in your DocumentRoot directory. # # DirectoryIndex: Name of the file or files to use as a pre-written #HTML # directory index. Separate multiple entries with spaces. # <IfModule mod_dir.c> DirectoryIndex index.html index.htm index.shtml index.cgi index.phtml index.php </IfModule> Code (markup): [edit] Seems we crossed posts. Good it was something simple.[/edit] cheers, gary