- needs curl
- install ffmpeg (not more needed in amazon?)
<VirtualHost *>
ServerName podcast.kungekasen.se
## Vhost docroot
DocumentRoot "/var/www/podcastfeed/web"
Options -MultiViews
RewriteEngine On
# Do not enable rewriting for files that exist
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
# Rewrite to index.php/URL
RewriteRule ^(.*)$ /index.php/$1 [PT,L]
</VirtualHost>