codingoneapp/codingone/master/YYUC.NET/forders/pub/.htaccess - Htaccess File

codingoneapp/codingone/master/YYUC.NET/forders/pub/.htaccess

<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d 
     
RewriteRule . index.php [L]

#RewriteCond %{HTTP_HOST} ^yyuc.net [NC]
#RewriteRule ^(.*)$ http://www.yyuc.net/$1 [R=301,NC,L]

</IfModule>

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST, REQUEST_FILENAME

Comments

Apache