Copy link to clipboard
Copied
Ich möchte meine Webseite gerne mit einem Benutzername und einem Passwort im Internet schützen, damit nicht Jedermann/Frau darauf zugreiffen kann.
Geht das mit Dreamweaver und wenn ja wie?
Copy link to clipboard
Copied
Dreamweaver has no built-in page protection features. That's a server function.
If your hosting plan includes c-Panel you can password protect a page or a folder of files by logging in to your server account. Ask your hosting provider for more details.
Or use .htaccess and .htpsswd files to limit access to content on your server.
https://help.dreamhost.com/hc/articles/216363187-Password-protecting-your-site-with-an-htaccess-file
Hope that helps.
Copy link to clipboard
Copied
Have a look at
Edit: Oops, sorry Nancy, I did not see your reply when I wrote mine. Just goes to show though, that great minds think alike 👍
Copy link to clipboard
Copied
No worries, Ben. I'm not keeping any scores.
Copy link to clipboard
Copied
Usually you would do this using some kind of server side language like php or node. You can do it through your websites control panel if you have access to one but its not a very elegant solution, just cheap and cheerful, if that works for you.
There's plenty of php solutions previously posted in this forum that provide the code for webpage protection if you search.