ClearFoundation Tracker - ClearOS | ||||||||||
View Issue Details | ||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||||
0000231 | ClearOS | app-flexshare - Flexshares | public | 2011-02-13 13:18 | 2013-02-02 12:22 | |||||
Reporter | timb80 | |||||||||
Assigned To | user2 | |||||||||
Priority | normal | Severity | trivial | Reproducibility | always | |||||
Status | closed | Resolution | duplicate | |||||||
Platform | OS | OS Version | ||||||||
Product Version | 5.2-SP1 | |||||||||
Target Version | Fixed in Version | |||||||||
Summary | 0000231: Web enabled flexshare with directory index enabled doesn't work when accessed using subdomain URL | |||||||||
Description | With a web enabled flexshare, if you try and access it via the subdomain form of it's URL. e.g. http://subdomain.domain.com. [^] Directory indexing will not work. It will however work if you access it via http://domain.com/flexshare/subdomain [^] This is because the default web server configuration overrides the index options set by the flexshare. In /etc/httpd/conf.d you will see a file entitled welcome.conf It looks like this: <LocationMatch "^/+$"> Options -Indexes ErrorDocument 403 /error/noindex.html </LocationMatch> For indexes to appear in the root folder of your website (or subdomain site) change it to this: <LocationMatch "^/+$"> Options Indexes ErrorDocument 403 /error/noindex.html </LocationMatch> | |||||||||
Steps To Reproduce | ||||||||||
Additional Information | ||||||||||
Tags | No tags attached. | |||||||||
Relationships |
| |||||||||
Attached Files | ||||||||||
Issue History | ||||||||||
Date Modified | Username | Field | Change | |||||||
2011-02-13 13:18 | timb80 | New Issue | ||||||||
2011-02-13 13:20 | timb80 | Note Added: 0000334 | ||||||||
2011-02-16 09:07 | user2 | Status | new => confirmed | |||||||
2013-02-02 09:43 | user2 | Relationship added | duplicate of 0000791 | |||||||
2013-02-02 09:44 | user2 | Status | confirmed => resolved | |||||||
2013-02-02 09:44 | user2 | Resolution | open => duplicate | |||||||
2013-02-02 09:44 | user2 | Assigned To | => user2 | |||||||
2013-02-02 12:22 | user2 | Status | resolved => closed |
Notes | |||||
|
|||||
|
|