Page MenuHomePhorge

No OneTemporary

Authored By
Unknown
Size
863 B
Referenced Files
None
Subscribers
None
diff --git a/doc/iRony.conf b/doc/iRony.conf
new file mode 100644
index 0000000..1d7b02c
--- /dev/null
+++ b/doc/iRony.conf
@@ -0,0 +1,27 @@
+# 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 / [R,L]
+ RewriteRule ^\.well-known/carddav / [R,L]
+
+ RewriteCond %{REQUEST_FILENAME} !-f
+ RewriteCond %{REQUEST_FILENAME} !-d
+ RewriteRule (.*) index.php [qsappend,last]
+
+</Directory>

File Metadata

Mime Type
text/x-diff
Expires
Sat, Apr 4, 5:50 AM (1 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18822756
Default Alt Text
(863 B)

Event Timeline