mmdk95/CityPark/master/www/.htaccess - Htaccess File

mmdk95/CityPark/master/www/.htaccess

Options +FollowSymLinks
IndexIgnore */*
# Turn on the RewriteEngine
RewriteEngine On
#  Rules
# Ignore Data folder
RewriteCond %{REQUEST_URI} !Data
#redirect everything to index.php
RewriteRule . index.php

On Github License

Files

Download PDF of Htaccess file
REQUEST_URI

Comments

Apache