Page 2 of 2

Re: Help with Horizontal Image Menu

Posted: Tue Nov 30, 2010 3:13 pm
by Wishbone
OK... Why did you rename index.php to _index.php? Note that this needs to be correct for everything to work properly.

When you request http://nspirationplus.com/aboutus, the directives in .htaccess will transform the request to http://nspirationplus.com/index.php?page=aboutus internally. Since index.php was renamed, this won't work.

If you renamed it so it would be hidden, it would have been better to install it in a sub-folder for testing. (don't do it now.. we're so close! :))

Try renaming _index.php to index.php and see if it works.

Re: Help with Horizontal Image Menu

Posted: Tue Nov 30, 2010 3:21 pm
by BBLinda
OMG it works :) :) How stupid can I be.....but I didn't know that I can't rename it. Ok lesson learned, thanks!!!!!!

Re: Help with Horizontal Image Menu

Posted: Tue Nov 30, 2010 3:24 pm
by Wishbone
:) :)

Glad we could help.

Re: Help with Horizontal Image Menu

Posted: Tue Nov 30, 2010 3:24 pm
by BBLinda
One more question...
What do I need to do if I setup CMSms in a subfolder, like /test, how do I move it later on to put the site online?

Re: Help with Horizontal Image Menu

Posted: Tue Nov 30, 2010 3:26 pm
by Wishbone
Your config.php file would have a lot of references to '/test'.. Change these to the new path and it should work. Make sure you clear your cache in the admin panel before moving. It often doesn't quite work when I do this, because it's easy to miss something.

Re: Help with Horizontal Image Menu

Posted: Tue Nov 30, 2010 3:30 pm
by BBLinda
Ok so how are you all doing it, while setting up a site, you don't want the public to see it before it is actually finished.

Re: Help with Horizontal Image Menu

Posted: Tue Nov 30, 2010 4:04 pm
by Wishbone
I usually put them into sub-folders. If there was no existing site, I'll have index.html be "Coming Soon". I ensure that .html takes precedence over .php. When done testing, then copying everything over, and testing again, I remove the index.html and the site is live.

A little trickier when replacing a live site, but similar to my process above.

Re: Help with Horizontal Image Menu

Posted: Tue Nov 30, 2010 4:09 pm
by BBLinda
How simple, thanks :) I still need to learn a lot..... ;)