Quantcast
Channel: My Science Is Better » htaccess
Browsing all 2 articles
Browse latest View live

Redirect entire site to another domain, excluding folder

A site i've built for a campaign needed to be redirected to another site as the campaign expired, but one folder in the domain needed still to be accessible. htaccess to the rescue: RewriteEngine on...

View Article



Password protect a folder in Apache using .htaccess

mkdir -p /home/secure/ htpasswd -c /home/secure/apasswords developer chown apache:apache /home/secure/apasswords chmod 0660 /home/secure/apasswords then in your htaccess add these: AuthType Basic...

View Article
Browsing all 2 articles
Browse latest View live




Latest Images