kongoon/cat-noncharge/master/.htaccess - Htaccess File

kongoon/cat-noncharge/master/.htaccess

Options -Indexes
<IfModule mod_rewrite.c>
    RewriteEngine on
    RewriteRule  (^backend) backend/web/$1 [L]
    #RewriteRule  (.*) frontend/web/$1 [L]

    #RewriteCond %{SERVER_PORT} 80
    #RewriteRule ^(.*)$ https://www.sellrent.com/$1 [R,L]

    RewriteCond %{REQUEST_URI} !^public
    RewriteRule ^(.*)$ frontend/web/$1 [L]

    Options +FollowSymlinks

</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_URI, SERVER_PORT

Comments

Apache