.htaccess file with BlueHost hosting..

Permalink
I have read the previous posts about the .htaccess but have not been able to figure it out...

I have BlueHost and I just used the Simple Scripts to download concrete5 .. how do I use the prettyURLS with this set up?

I thought maybe I needed to download concrete5 onto my computer to make it work but still no clue on where to put the file...

If anyone could give me basic or drawn out instructions or something that would be great!

 
openly replied on at Permalink Reply
openly
Have you enable pretty urls in the dashboard?
babytoysbaby replied on at Permalink Reply
Yes, and it gives me a code to paste into the .htaccess file.
numberonebestsupertech replied on at Permalink Reply
There are a lot of helps on their help page. Here is the link to the .htaccess help pages. https://my.bluehost.com/cgi/help/115...
mkly replied on at Permalink Reply
mkly
Have you tried changing
RewriteRule ^(.*)$ index.php/$1 [L]

to
RewriteRule ^.*$ index.php [L]