Support community for TTG plugins and products.
NOTICE
The Turning Gate's Community has moved to a new home, at https://discourse.theturninggate.net.
This forum is now closed, and exists here as a read-only archive.
You are not logged in.
Pages: 1
For a new installation on Bluehost with the CE4 Web Publishing Bundle, I uploaded the CE4 Pages contents to the public_html folder, and I am getting 404 Error when I try to access any navigation pages (galleries, about, contact) except the home page. The home page comes up as expected. I have not uploaded any other modules yet (gallery, publisher, auto indexer).
I have PHPlugins enabled, and the path.php command returned the server path that I used.
Any thoughts where to start troubleshooting ?
For reference, the site link is: jwdimages.net
Thanks for any ideas.
Offline
it's because you've included "public_html" in the url. There's no need for that.
If you're using phplugins to manage your navigation then just change your navigation to this:
<span><a href="http://jwdimages.net/">Home</a></span>
<span><a href="http://jwdimages.net/galleries.php">Galleries</a></span>
<span><a href="http://jwdimages.net/about.php">About</a></span>
<span><a href="http://jwdimages.net/contact.php">Contact</a></span>
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
That fixed it.
On the Pages -> Site Info -> Website -> Site root field I removed the "public_html"
Thanks very much for the direction.
-Jeff
Offline
You're welcome
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
Pages: 1