Jump to content

i need help...


yhingsmile

Recommended Posts

  • 2 weeks later...
based on your web server you need to set it.
like in Apache your can set the default or index file to be called whenever a directory is requested.

#
# DirectoryIndex: sets the file that Apache will serve if a directory
# is requested.
#
<IfModule dir_module>
    DirectoryIndex index.html
</IfModule>

Link to comment
https://forums.phpfreaks.com/topic/14445-i-need-help/#findComment-61863
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.