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
Files

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