Page 1 of 1

Pretty URLs

Posted: Mon Feb 04, 2013 7:20 pm
by donia
I have Pretty URLs enabled on several other CMS installations. However, I am unable to get them working on a particular one. I am running 1.11.4 - no special modules installed. I am currently building on an IP address, and will eventually point the domain to it. I have modified the config file and uploaded the distributed .htaccess file. The current location is: http://184.172.162.180/~homergle/ (which is what I have as the base URL in config.php). The home page loads fine, but any links in the menu to HTML files give error 404.

Thank you.

Re: Pretty URLs

Posted: Mon Feb 04, 2013 7:39 pm
by Dr.CSS
Most likely you will need to use this in your htaccess...

#Sub-dir e.g: /cmsms
RewriteBase /~homergle

Re: Pretty URLs

Posted: Mon Feb 04, 2013 9:38 pm
by donia
Worked perfectly. Thanks so much.