GetSimple Support Forum

Full Version: Fancy url problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, am developing a site on my local machine and have selected the fancy url option in settings. The home page loads ok but when I select another page from the site I get the following message:


The requested URL /projects/getSimple/GetSimpleCMS-3.3.13/index.php was not found on this server.

The home page url is: http://localhost/projects/getSimple/myproject/

Don't understand where it's getting the incorrect address from.

I've read the docs and also ensured the mod re-wite is available by checking in 'health check'

Any ideas or help would be more than appreciated

Thanks
Check you have a proper RewriteBase in .htaccess
It might be you copied an existing installation from /projects/getSimple/GetSimpleCMS-3.3.13
(2018-02-16, 05:12:53)Carlos Wrote: [ -> ]Check you have a proper RewriteBase in .htaccess
It might be you copied an existing installation from /projects/getSimple/GetSimpleCMS-3.3.13

Many thanks Carlos, you're right, It was the htaccess file and the incorrect path

Much appreciated