Sophie

Sophie

distrib > Mageia > 7 > i586 > media > core-release > by-pkgid > ff46390733b1bee5fd0210ed73890084 > files > 1

iRony-0.2.6-6.mga7.noarch.rpm

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>