• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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