# A suggested default configuration file for iRony under httpd Alias /iRony /usr/share/iRony/public_html AllowOverride All # Apache 2.4 Require all granted # Apache 2.2 Order Allow,Deny Allow from All 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]