Pretty URL's not working on GoDaddy

Permalink
Hi,

I'm trying to enable Pretty URL's on a site hosted on a GoDaddy Linux server. As a few before me, I am running into difficulty, after trawling the forums I:
- have modified the .htaccess
- also added define('SERVER_PATH_VARIABLE', 'REDIRECT_URL') to my config/site.php
But all I get (except for the home page) is a "No input file specified." the rewriting of the links on page generation works fine (i.e. I no longer have a link to example.com/index.php/contact-us/ but instead to exmaple.com/contact-us), but the pretty URLs themselves do not work
Has any one got this working on GoDaddy/Linux with Concrete 5.4.1? Any pointers would be appreciated.
Olivier

 
PineCreativeLabs replied on at Permalink Reply
PineCreativeLabs
GoDaddy requires a little extra to get the pretty URLs to work properly. I have a couple clients that I have found that I had to edit the .htaccess file to get it to work.

Here is another discussion where they have figured out solutions for this:

http://www.concrete5.org/community/forums/usage/pretty-urls-and-god...

I hope this helps.