Page MenuHomePhorge

iRony.conf
No OneTemporary

Authored By
Unknown
Size
715 B
Referenced Files
None
Subscribers
None

iRony.conf

# 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

Mime Type
text/plain
Expires
Fri, Apr 24, 1:45 PM (2 d, 12 h ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
c4/16/3b81d72bccc92e6cd53e60e2085f
Default Alt Text
iRony.conf (715 B)

Event Timeline