Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

no login for admin?


Guest

Recommended Posts

Posted

i dont see any logging for administrator to eneter the admin section. seem like anyone know the rrot can access the admin site.

 

is there any account thing i need to enable so that other people cannot enter my admin site?

Posted

You need to password protect the admin, check to see if your hosting provides this.

Posted
You need to password protect the admin, check to see if your hosting provides this.

 

how do i password protect the admin?

 

can anyone teach? like having login before entering admin?

Posted

Make the following text file and call it .htaccess , and put it inside your admin folder:

 

AuthType Basic

AuthName "/admin/"

AuthUserFile /home/iceland/.htpasswds/admin/passwd

 

require valid-user

 

Then, if you use Cpanel on your server, use the password protect feature on the admin folder and give it a username and password. If not, then ask your hosting company to protect the folder.

 

Hope that helps,

Violet

Posted

thanks guys for the tips of on .htaccess

 

after some search i know bout it edi.

 

 

 

now... another question... Cpanel? what is that ? where do i get that ?

Posted

Cpanel is something that comes with some hosting plans, or if you have your own server you can purchase it and put it on. It has programs to help you in the web site hosting, you can see it here http://www.cpanel.net/features.html

 

Violet

Archived

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

×
×
  • Create New...