when i take my server ip on the url i get directory listing not allowed what can i do...
when i take my server ip on the url i get directory listing not allowed what can i do...
get into the directory /etc/httpd/conf/access.conf Make sure the Indexes is listed there, if not, add it. If you need directory listing enabled, the file content should be like given below. Restart httpd.
Options Indexes FollowSymLinks ExecCGI Includes
unfortunately i cannot even ssh to the server
You may contact Host? Probably they might have disabled it server wide.