Options +FollowSymLinks
IndexIgnore */*

RewriteEngine on

# if a directory or a file exists, use it directly
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

# otherwise forward it to index.php
RewriteRule . index.php


Header set Content-Security-Policy: "img-src  data: 'self' albaraka.com.sy *.albaraka.com.sy *.youtube.com *.openlayers.org *.openstreetmap.org;"