Tagged Questions
1
vote
2answers
579 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 ...
1
vote
1answer
630 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 hostmaster@thehost.com
DocumentRoot /var/www/html/domain.com
ServerName dl.domain.org
...
3
votes
1answer
97 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?
1
vote
1answer
88 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: ...
2
votes
1answer
414 views
403 forbidden issue - .htaccess
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 ...