ftk1907/clinic2/master/.htaccess - Htaccess File

ftk1907/clinic2/master/.htaccess

# RewriteEngine On

# RewriteRule ^.htaccess$ - [F]
# RewriteCond %{REQUEST_URI} =""
# RewriteRule ^.*$ /public/index.php [NC,L]

# RewriteCond %{REQUEST_URI} !^/public/.$
# RewriteRule ^(.)$ /public/$1
# RewriteCond %{REQUEST_FILENAME} -f
# RewriteRule ^.*$ - [NC,L]

# RewriteRule ^public/.*$ /public/index.php [NC,L]

# RewriteBase /

# RewriteRule ^.htaccess$ - [F]

# RewriteCond %{REQUEST_URI} = "/cbooking/"
# RewriteRule ^.*$ /cbooking/public/index.php [NC, L]

# RewriteCond %{REQUEST_URI} !^/cbooking/public/.*$
# RewriteRule ^(.*)$ /cbooking/public/$1

# RewriteCond %{REQUEST_FILENAME} -f
# RewriteRule ^.*$ - [NC,L]

# RewriteRule ^c-booking/public/.*$ /c-booking/public/index.php [NC, L]

# RewriteCond %{REQUEST_FILENAME} -f
# RewriteRule ^.*$ - [NC,L]

# RewriteRule ^public/.*$ /cbooking/public/index.php [NC,L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI

Comments

Apache