cwout/icalQuery/master/.htaccess - Htaccess File

cwout/icalQuery/master/.htaccess

Options +FollowSymLinks +ExecCGI

<IfModule mod_rewrite.c>

RewriteEngine On
RewriteCond %{REQUEST_URI}  (ical.ics)$
RewriteRule (.*)  entryPoint.php [QSA]
RewriteCond %{REQUEST_URI}  ((?!ical.ics).*.ics)$
RewriteRule (.*).ics entryPoint.php?id=$1 [QSA]

</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_URI

Comments

Apache