The htaccess tag has no usage guidance.
0
votes
0answers
16 views
Block incoming access to xmlrpc.php (VPS)
I've just recently had an attack on a xmlrpc.php file on a WordPress blog. The attack was on managed hosting and I believe the hosting company has dealt with it by limiting incoming access to the file....
0
votes
1answer
64 views
how to force redirect from http to https with htaccess?
I need to force, with htaccess, redirect from http to https of a website.
Required when use shared hosting like dreamhost.
4
votes
1answer
202 views
How to test '.htaccess' from command line
I'm trying to track down the cause of an intermittent Apache Internal Server Error during MediaWiki edits and uploads. Some sources tell me to check .htaccess for errors.
I can audit for .htaccess ...
1
vote
1answer
59 views
DirectoryIndex not redirecting
I am fairly new to apache and was a SQL Server database admin in a former life so please forgive my ignorance. I am trying to set up an Apache web server (HP-UX flavor) to conform with the DOD STIGs ...
1
vote
1answer
438 views
Fail2Ban monitor HTPasswd/HTAccess
So i tried putting this in jail.local and restarting fail2ban but no go.
[apache]
enabled = true
port = https
filter = apache-auth
logpath = /var/log/apache*/*error.log
maxretry = 5
[apache]
...
1
vote
1answer
268 views
How to use Fail2Ban to protect ProxyPass(ed) applications
So I recently configured an application that uses WebSockets and I am using Apache proxy pass to pass on the application via domain.com/application
The problem is the application is very bare metal. ...
0
votes
2answers
374 views
why isn't .htaccess redirecting requests on CentOS 7?
A web app running on CentOS 7 with Apache 2.4 recently changed its domain name from olddomain.com to newdomain.com. The structure of the app at the newdomain.com is different than on the olddomain....
0
votes
1answer
30 views
How do I override a FILES rule?
There is a directive that denies access to all index.html (file name used for example only).
<files index.html>
errordocument 403 http://mydomains.com/no-access.html
order deny,allow
deny from ...
0
votes
1answer
192 views
HTAccess: Redirect a subdomain to a another protocoll
I would like to make a rule for a subdomain, so my teamspeak subdomain will directly be redirected to the ts3 protocol.
So, let me show you an example:
RewriteCond %{HTTP_HOST} ^(ts\.)?example\.com$ ...
0
votes
2answers
2k views
Deny access to subfolder and file with .htaccess
I need to deny access to configuration files under some subfolder. Currently I have this rule but it doesn't work:
<Files ~ "((foo|bar))$">
Order deny,allow
Deny from all
</Files>
If ...
1
vote
1answer
611 views
How to deny access for virtual directories in .htaccess for all IP, and accep for 1 IP?
When you need to deny access to folder for all IP you should to put .htaccess in this folder, which must contein:
Order Deny,Allow
Deny from all
Allow from 1.1.1.1
You can do it in virtual hosts ...
0
votes
0answers
192 views
Is it possible to give a different website based on client ip address with apache2 on debian?
I was wondering if it would be possible to serve a different web root directory to web clients based on their ip address.
i.e. if your ip address is in 192.168.2.0/24 then you get /var/www/siteone/ ...
0
votes
2answers
124 views
How to Replace IP field in Rewrite Condition
.htaccess file contains below excerpt to block specific files and folders.
RewriteCond %{REQUEST_URI} wp-login.php|wp-admin
RewriteCond %{REMOTE_ADDR} !^123.456.789.
RewriteRule . - [R=404,L]
I need ...
1
vote
1answer
120 views
Htaccess - Map dynamic URL query to a static file
Hoping someone here can help me out with this. I'm trying to map this dynamic query:
/wp-admin/admin-ajax.php?action=mymail_form_css
to this static file:
/wp-admin/mymail_form.css
What I've ...
0
votes
1answer
269 views
stop IP address to land on website home page [closed]
I notices that when i type my VPS IP address in address bar then it display website home page. So it may case duplicate content.
Can you please tell me How to stop IP address landing on website home ...
3
votes
2answers
7k views
Authenticate users via LDAP using nginx
I know how to auth the users via LDAP in apache2:
# put the following in the VirtualHost
<VirtualHost *:443>
ServerAdmin [email protected]
DocumentRoot /var/www
<Directory /&...
1
vote
0answers
190 views
Need .htaccess Rewrite Rule To Remove Trailing <br%20/>
I have links that for some reason have a trailing <br%20/> and I don't know where they are coming from to try and fix them. So I need a general rewrite rule to remove them so the links won't ...
0
votes
1answer
100 views
Incorrect Directory Index
I am attempting to load as the default DirectoryIndex home.html, but the site keeps jumping to index.php. Website is built on WordPress.
httpd.conf
DirectoryIndex index.html home.html index.php ...
1
vote
1answer
202 views
htaccess Rewrite Issue
I have been attempting to correct an issue that I'm experiencing with WordPress. Following the advice on the WordPress.SE site I've tried to resolve it with an .htaccess rewrite rule, but for some ...
0
votes
1answer
354 views
CentOS test page and .htaccess
When I use the line below in the .htaccess file, I get the Apache CentOS test page.
RewriteCond %{REQUEST_FILENAME} !-d
How can I fix this?
1
vote
0answers
624 views
HTTPS Authentication problem : Polipo
I use internet behind http proxy, and that requires authentication. I tried using polipo to bypass the authenticated proxy to 127.0.0.1:9134.
Applying these settings to my browser, works fine for ...
3
votes
1answer
2k views
How may I distinguish encryption algorithm of htpasswd?
I have an apache web server running on Debian Linux and I secure a certain directory with htaccess. I have no history or knowledge how the .htpasswd file was created. Apache documentations says that ...
0
votes
1answer
1k views
control Apache referrer to restrict downloads in htaccess file
I want to restrict a file server just for people come from an specific URL: http://graymind.ir
How should I config .htaccess file to do this.
1
vote
1answer
820 views
Where would I find where an .htaccess file is located and being used on a Mac OS X Lion server that sets Basic Auth on an Apache server?
I've installed some software, namely, a continuous integration (CI) server (Jenkins) on a Mac Mini running Lion Server. The server, by default, runs from port 8080 on local host via the url: http://...
0
votes
1answer
149 views
If htaccess doesn't use cookies, then how does it identify the client?
If I log in to my site that I protected with htaccess (so it pops up for a username/pwd) then I can't see any cookies. But why? How could the server identify that I'm the one that already logged in to ...
0
votes
1answer
156 views
osCommerce hacked
I had my osCommerce hacked a few moments ago and the morons are using it to send emails. I have identified that they placed scripts inside osCommerce images directory.
Is there a way to forbid ...
0
votes
1answer
767 views
Why is rewriting in htaccess not working on this server
I'm moving code from a server that served a single domain to one that serves multiple domains. I'm using named virtual hosts to handle the different domains. The url rewriting is not being executed
I ...
1
vote
2answers
2k views
RewriteRule to cause subdomain to load another DocumentRoot?
I could sure use a little help with what I am trying to do with a RewriteRule in .htaccess:
...to causes URLs using our sharpedge. subdomain to auto-load from the Internet_IE directory - one level ...
2
votes
1answer
4k views
conditional DirectoryIndex based on IP address, using .htaccess
I've got this in httpd.conf:
<VirtualHost xx.xxx.xx.xxx>
Options All +ExecCGI
ServerAdmin [email protected]
DocumentRoot /var/www/html/domain.com
ServerName dl.domain.org
...
3
votes
1answer
544 views
How to redirect traffic from subdomain to main domain
I have a demo.domain.com and domain.com
they both show the same information and point to the same folder.
How can I redirect all demo.domain.com visitors to domain.com?
2
votes
1answer
164 views
IPv6 address changed after upgrade. Why? and how can I harden my .htaccess against this?
I noticed in my local webserver logs that the IPv6 address of my desktop changed after upgrading to Kubuntu 12.04.
inet6 addr: identical:identical:identical:identical:changed:changed:changed:changed/...
2
votes
1answer
855 views
403 forbidden issue - .htaccess [closed]
I am getting 'Forbidden' 403 problem with my website. Earlier today it worked. The only thing I did was try to access other folders (eg bin). I checked permissions, and it all seems to be looking ...
5
votes
2answers
8k views
Localhost .htaccess not working on Ubuntu
I have been trying to get my .htaccess file to work on my localhost. I know that the file works because it is on my server and works. However it doesn't seem to be working locally.
I have followed ...