Sabermaster
Member
Hi guys!
I got a question regarding the test installation that I am allowed to have.
I have a Forum up and running, with XF1.5. Now, I am basically waiting for a language package (German) to be available to switch it to XF2.0.
I have run a setup at home on XAMPP and I am satisfied with what I saw, now I would like to run a test install on my actual webserver to see how this works out.
I wanted to use a .htaccess to protect it with a password, so I edited the corresponding lines into my .htaccess
AuthType Basic
AuthName "My Protected Area"
AuthUserFile /path/to/.htpasswd
Require valid-user
I also set up a .htpasswd.
If I run the .htaccess with just the content above in connection with the .htpasswd everything works fine.
As soon as I edit this into the XF2.0 .htaccess I keep getting an error from the server, name "500 internal error".
Any ideas what I might be doing wrong?
I got a question regarding the test installation that I am allowed to have.
I have a Forum up and running, with XF1.5. Now, I am basically waiting for a language package (German) to be available to switch it to XF2.0.
I have run a setup at home on XAMPP and I am satisfied with what I saw, now I would like to run a test install on my actual webserver to see how this works out.
I wanted to use a .htaccess to protect it with a password, so I edited the corresponding lines into my .htaccess
AuthType Basic
AuthName "My Protected Area"
AuthUserFile /path/to/.htpasswd
Require valid-user
I also set up a .htpasswd.
If I run the .htaccess with just the content above in connection with the .htpasswd everything works fine.
As soon as I edit this into the XF2.0 .htaccess I keep getting an error from the server, name "500 internal error".
Any ideas what I might be doing wrong?