Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F1841568
iRony.conf
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
715 B
Referenced Files
None
Subscribers
None
iRony.conf
View Options
# A suggested default configuration file for iRony under httpd
Alias /iRony /usr/share/iRony/public_html
<Directory "/usr/share/iRony/public_html/">
AllowOverride All
<IfModule mod_authz_core.c>
# Apache 2.4
Require all granted
</IfModule>
<IfModule !mod_authz_core.c>
# Apache 2.2
Order Allow,Deny
Allow from All
</IfModule>
RewriteEngine On
RewriteBase /iRony/
RewriteRule ^\.well-known/caldav /iRony/ [L,R=301]
RewriteRule ^\.well-known/carddav /iRony/ [L,R=301]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) index.php [qsappend,last]
</Directory>
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Aug 25, 3:24 PM (1 d, 15 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
226046
Default Alt Text
iRony.conf (715 B)
Attached To
Mode
R5 irony
Attached
Detach File
Event Timeline
Log In to Comment