Forum for discussing general topics related to Couch.
2 posts Page 1 of 1
I'm sure this is a RTFM thing but I have - but it's Friday... sorry.

I have Couch template here:

http://www.mysite.com/blog.php

It's got a cms:if k_is_list and then a template for the list page, then an else and a template for a blog post page.

I have pretty URLs enabled.

Blog items work fine such as

http://www.mysite.com/blog/this_is_my_blog_post.html

But when I browse to

http://www.mysite.com/blog/

I see:

Code: Select all
Access forbidden!

You don't have permission to access the requested directory. There is either no index document or the directory is read-protected.

If you think this is a server error, please contact the webmaster.

Error 403


I have done the htaccess file again - no change.

Folder permissions are set to 755

What am I misunderstanding, or doing wrong?

TY!!!

I did a test and moved a copy of my template file

http://www.mysite.com/blog.php

to

http://www.mysite.com/blog2/index.php

And I think that's solved it.

What would be the best way to move all 95 of the posts I've made based on that template, to reference the new template, and then relocate all of that back so it works when I request:

http://www.mysite.com/blog/

?

I changed the template_id in the database for one of the posts and that really didn't work very well for me.

TY!!!
2 posts Page 1 of 1
cron