IDCI-Consulting/Run4Fun/master/web/.htaccess - Htaccess File

IDCI-Consulting/Run4Fun/master/web/.htaccess

<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_URI} ^/course [OR]
    RewriteCond %{REQUEST_URI} ^/r4f [OR]
    RewriteCond %{REQUEST_URI} ^/user [OR]
    RewriteCond %{REQUEST_URI} ^/login [OR]
    RewriteCond %{REQUEST_URI} ^/logout [OR]
    RewriteCond %{REQUEST_URI} ^/profile [OR]
    RewriteCond %{REQUEST_URI} ^/register [OR]
    RewriteCond %{REQUEST_URI} ^/reseting [OR]
    RewriteCond %{REQUEST_URI} ^/admin/ [OR]
    RewriteCond %{REQUEST_URI} ^/_profiler [OR]
    RewriteCond %{REQUEST_URI} ^/_wdt
    RewriteRule ^(.*)$ /app_dev.php [QSA,L]
</IfModule>

<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule ^(.*)$ /wordpress/index.php [QSA,L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI

Comments

Apache