.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!
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!
Have you enable pretty urls in the dashboard?
Yes, and it gives me a code to paste into the .htaccess file.
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...
Have you tried changing
to
RewriteRule ^(.*)$ index.php/$1 [L]
to
RewriteRule ^.*$ index.php [L]