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>
Files

<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>