GreenCoin-Project/GreenCoinX/master/.htaccess
<IfModule mod_rewrite.c>
RewriteEngine on
#RewriteCond %{HTTP_HOST} !^greencoinx.com$ [NC,OR]
#RewriteCond %{HTTPS} off
#RewriteRule ^(.*)$ https://greencoinx.com/$1 [R=301,L]
RewriteRule ^$ app/webroot/ [L]
RewriteRule (.*) app/webroot/$1 [L]
</IfModule>
Files
