Forum for discussing general topics related to Couch.
6 posts Page 1 of 1
After inserting the <cms: tags at the top and bottom, the about.php page shows up for Edit with no editable regions defined, but when I click on view I get http://localhost/Aurelius/about/ and not http://localhost/Aurelius/about.php. The only way I can force about.php to display is to add a "/" at the end of the URL: http://localhost/Aurelius/about.php/, but then the CSS seems to be lost. Can someone help a newbie???

I have tired to find a solution here in the forum with no luck. I am sure there must be an easy fix, but I cannot find it!

Thanks in advance for any help...
Hi :)

That seems to be prettuURLs in action.
Please check your couch/config.php file and make sure prettyURLs are set to '0'.

Do let us know if that solves the problem.
Thanks.
KK,

Thanks for the suggestion, but K_PRETTY_URLS is definitely 0. So that is not the problem.

I failed to mention earlier that i am running no WAMP server version 2.2 with Apache 2.2.22. PHP 5.4.3 and MySQL 5.5.24.
In that case, it is a weird happening :?

Since your setup is still on your local system, there would be no way for me to step in and see what is going wrong. If possible, please move it online and I'd be happy to try and troubleshoot the problem.
KK,

Thanks again for your reply, and offer of help.

I was going to take you up on your offer to look into the problem; so I spent several hours setting up a test site on my web server with exactly the same files and MySQL Couchcms database I have been using locally on my Wamp server. However, when I now test the system, it works correctly!!!

Therefore, there is something within my Wamp server that is causing the problem. So I will be shifting my immediate Couchcms tutorial and development to the test site I have established and stay off of the local Wamp server.

Then later I will take the time to address the issue with either my local Apache or PHP configurations.

Thanks again for the support. It comforting to know that this forum is here for the users.

Please close this thread/topic now...

RFCanon
I'm glad the problem is solved. Thanks for letting us know.
..my web server with exactly the same files and MySQL Couchcms database I have been using locally on my Wamp server. However, when I now test the system, it works correctly!!!
This happens all too often :) Local stacks, though useful, lack the trustworthiness of proper servers.
6 posts Page 1 of 1