Create file with the name “.htaccess”
Cut/Paste the below lines
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php/$1 [L]
Upload to your main public HTML directory. Now you can access template groups in Expression Engine without having to type out http://www.urlhere.com/index.php/templategroupname/, instead you get http://www.urlhere.com/templategroupname/
Posted by James at 03:40 PM. Filed under: Design • Quick Bits •