Bandydan/pdr/master/.htaccess - Htaccess File

Bandydan/pdr/master/.htaccess

<IfModule mod_rewrite.c>
    Options Indexes FollowSymLinks
  DirectoryIndex index.php
  RewriteEngine on
  RewriteCond $1 !^(index.php|robots.txt|img|styles|js|assets)
  RewriteRule ^(.*)$ /index.php?/$1 [L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache