Jeg ville gøre min wordpress installation sikre efter at jeg havde læst den her
http://www.mattcutts.com/blog/three-tips-to-protect-your-wordpress-installation/
Jeg lavede en .htaccess fil med følgende indhold
# BEGIN WordPress
AuthUserFile /dev/null
AuthGroupFile /dev/null
AuthName ?Access Control?
AuthType Basic
order deny,allow
deny from all
# whitelist home IP address
allow from "min ip adresse på min router"
# END WordPress
Og smid den op i mappen /wp/admin
Men så kom mit logind til at se sådan ud
http://wordpress.vemmelev-webdesign.dk/wp-login.php
Og hvis jeg logger ind, ja så får jeg følgende at vide
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [no address given] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Hjælp, hvad har jeg gjort forkert
not a support question