eXpl0it3r/SFMLProjects/dev/public/.htaccess - Htaccess File

eXpl0it3r/SFMLProjects/dev/public/.htaccess

# Activate the rewrite engine
RewriteEngine on

# Allow access to index.php, robots.txt and the assets/ directory
RewriteCond $1 !^(index.php|assets|user_data|robots.txt)

# Redirect all the other request to index.php
RewriteRule ^(.*)$ /index.php?/$1 [L]

On Github License

Files

Download PDF of Htaccess file

Comments

Apache