crowdcreative/cidade.vc/master/.htaccess.htaccess - Htaccess File

crowdcreative/cidade.vc/master/.htaccess.htaccess

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /projects/meosite/
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /projects/meosite/index.php [L]
</IfModule>

<IfModule mod_headers.c>
   Header add Access-Control-Allow-Origin: "http://www.poatransporte.com.br"
</IfModule>

# END WordPress

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache