Tagged Questions
0
votes
1answer
38 views
Capitals in URL subdirectory not changed by htaccess
Within my WordPress website I am redirecting sub directories to internal and external links. Now, when you place a CAPITAL letter in the sub dir it does not work anymore and the website does not show ...
0
votes
0answers
106 views
SIMPLEST way to set up password protection for a static site, with basic admin UI?
I have a static site.
I would like the simplest approach to password protecting a directory, with a basic admin UI for adding/removing users. I will have so few users that I don't care about ...
3
votes
0answers
358 views
Password protect an alias virtual directory
I have a main domain being hosted through CPanel. I also have a sub-domain that I would like to appear as a path under the main domain instead of as a sub-domain. So I have:
http://example.com/ ...
0
votes
2answers
224 views
htaccess and htpasswd trouble
This is the first time that I have ever tried working with .htpasswd and .htaccess files, so please point out my childish works.
I have my apache document root set to /www/ on my debian server. ...
1
vote
1answer
304 views
One-user databaseless CMS authentication
Background: My client needs a one-user bare-bones content management system, which should be capable to
Edit text-content in plain-text or in WYSIWYG-style
Possibly create new subpages
Update image ...
4
votes
1answer
569 views
How do I setup authentication on a specific folder using .htaccess?
I have a folder that I want to host files privately on my webserver.
How do I go about making it password protected using .htaccess?
Note: Nothing monolithic, I want something that is simple/easy so ...