Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
SOLVED On fresh install Fancy url not working
#1
Hello again

Just downloaded and installed a fresh copy of GS straight out of the box and wanted to test 'Fancy url'.

I made one new page and selected fancy url option in settings.
I have mod_rewrite installed by default in apache and am using Fedora as my os.

When I try to access the newly made page I'm getting the 404 message:

Quote:'Not Found

The requested URL /projects/mySite/testGS/test1/ was not found on this server.'

I've checked the .htaccess file and the path is fine

Any suggestions please? (I actually think it's Fedora related but am stuck for ideas.)

SOLVED!!!!
Turned out to be a setting in the httpd.conf file - had to change Allow None to Allow All - Doh! Maybe this will help someone else
Reply
#2
Fancy URLs only works for me when my website is local, but it had never worked when the website is online.
Where is located the httpd.conf file?
Reply
#3
Do you have a .htaccess file at the root of your online website?
Reply
#4
(2018-07-10, 11:50:45)krlllo Wrote: Fancy URLs only works for me when my website is local, but it had never worked when the website is online.
Where is located the httpd.conf file?

Make sure your online hosting has the mod_rewrite module for PHP on the server.

You can check by creating a php page and adding the following, then access the page in your browser and do a check for mod_rewrite.
Code:
<?php phpinfo(); ?>


This will show all the modules listed in your setup

Hope this helps
Reply
#5
(2018-07-10, 17:51:07)craiga Wrote: Make sure your online hosting has the mod_rewrite module for PHP on the server.

You can check by creating a php page and adding the following, then access the page in your browser and do a check for mod_rewrite.

You can also see this in in GS under Support -> Website Health Check
Reply




Users browsing this thread: 1 Guest(s)