• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

defoult admin folder

E

easilyamused

Guest
Index of /admin

when i try to go to my admin folder this shows up "Index of /admin".
the files in the Index of /admin are not even my files.

when i went to other sites i have on me plesk server the same thing is there.

if i ftp to the site i can see my admin folder and i can see my index.php also. so why is it going to this defoult page and how do i turn it off.

please help
 
this tomcat alias directoriesunistall tomcat if you don't need it or edit them

comment the line Alias /admin "/var/lib/tomcat4/server/webapps/admin" in

# vi /etc/httpd/conf/mod_jk.conf

#Alias /admin "/var/lib/tomcat4/server/webapps/admin"
#<Directory "/var/lib/tomcat4/server/webapps/admin">
# Options Indexes FollowSymLinks
#</Directory>

and restarted tomcat

and finally YES you can KISS me :)
 
Originally posted by brainlag
this tomcat alias directoriesunistall tomcat if you don't need it or edit them

comment the line Alias /admin "/var/lib/tomcat4/server/webapps/admin" in

# vi /etc/httpd/conf/mod_jk.conf

#Alias /admin "/var/lib/tomcat4/server/webapps/admin"
#<Directory "/var/lib/tomcat4/server/webapps/admin">
# Options Indexes FollowSymLinks
#</Directory>

and restarted tomcat

and finally YES you can KISS me :)

sounds good but we do not have tomcat on our server. we lease it from Godaddy per month and they will not help
 
Back
Top