0
votes
1answer
88 views

htaccess rewriterules for multiple pages with parameters

In main page index.php I have two href (like menu) for objective.php and news.php For both objectives and news I sent variables like: <a href="objectives.php?menu=corporate-objectives"> ...
0
votes
2answers
75 views

Multiple sites using same .htaccess

I want to lock down a number of different sites using an htaccess file. All of the sites will be restricted to the same IP addresses. I was thinking of having 1 .htaccess and create a symbolic link to ...
0
votes
0answers
92 views

Apache .htaccess set different password for symlink

I got a domain with a website that can be reached by two urls, mydomain.com/pathA and mydomain.com/pathB. But they are actually the same directory on the server. It contains a MediaWiki ...
1
vote
3answers
177 views

urlrewrite htaccess on symbolic directory

I have a problem using htaccess url rewrite on a symbolic folder. Below is the line which i am using in htaccess file for url rewriting. RewriteRule ^global/css/([0-9]+)/([a-z-_]+)\.css$ ...
0
votes
1answer
902 views

Symbolic link bypasses htaccess in apache

I have a protected folder in my server. /var/www/private/ /var/www/private/.htaccess It also has a lot of subfolders with different services. /var/www/private/service1/ /var/www/private/service2/ ...