Page MenuHomePhorge

iRony.conf
No OneTemporary

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
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)

Event Timeline