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.
Pretty URLs
Re: Pretty URLs
Most likely you will need to use this in your htaccess...
#Sub-dir e.g: /cmsms
RewriteBase /~homergle
#Sub-dir e.g: /cmsms
RewriteBase /~homergle
Re: Pretty URLs
Worked perfectly. Thanks so much.