Is there a way to secure your admin.php file. I made a .htaccess on my admin dir.
But that has no effect , cause you only need to write www.yourdomain.com/admin.php to get to the admin part.
I would like to have my admin.php inside a secure/htaccess protected dir. So that the first login will be a htpasswd. - and next the Quick.CMS admin.php login site
I found out that i can insert the admin.php file into Admin dir. witch i have a Htaccess on. But it´s like i can´t get the admin.php file to point/find the general.php file.
Well i will keep on looking, and post my solution on here. If any other have a brilliant idear on how to lock or secure the admin.php file i wouldt like to see your ex.