[eluser]Ryan Zec[/eluser]
I tried adding a htaccess file with:
RewriteEngine on
RewriteCond $1 !^(index\.php|images|assets|robots\.txt)
RewriteRule ^(.*)$ /youfolder/index.php/$1 [L]
in my root directory of my localhost web server and no get a 500 Internal error. I have looked at the internet and can't find anything, is their a special line i need to put in my apache config file to use .htaccess file? I alos heard that htaccess file are very very slow, it there a different of doing this without htaccess files?
Thanks.