Pretty URLs on GoDaddy and RackSpace

Permalink
I've never gotten Pretty URLs to work, but it is time to fix this. I've added the copy to the htaccess file with no success. Saw one suggestion to change part of it to be (R,L) instead of just (L), but that didn't help.

Some other more complex changes have been mentioned, but it wasn't clear where to add the recommended copy in request.php file.

Any other GoDaddy users solved this yet?

gewald
 
logicof8 replied on at Permalink Best Answer Reply
logicof8
Hi Geweld.

I have been having exactly the same problem as you and finally found a post from someone else which I have tried and seems to work

Here is link

http://jeremeclaussen.com/index.php?cID=177...

Merry Xmas
gewald replied on at Permalink Reply
gewald
This solution should be on the concrete5 site someplace. Way too hard to find this.
gewald replied on at Permalink Reply
gewald
Just upgraded a site to 5.4.1 and this fix isn't working. At least it just reloads the home page instead of an error message. Turned off pretty URLs again for the time being.
Nornik replied on at Permalink Reply
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php/$1 [QSA,L]
</IfModule>
gewald replied on at Permalink Reply
gewald
I had pretty urls working on my site using this fix, but now it works for all the pages except the home page. I'm running 5.5 if that makes a difference.