Problems, need help? Have a tip or advice? Post it here.
4 posts Page 1 of 1
Hi all,

Made my third site with Couch, but now i want to use the pretty url option. I turned it on, made the .htaccess. Local it doesn't work, on server it also doesn't work

The homepage load correctly with a nice url:

http://arnoldoosterom.nl/dev/format/

when going to an another page like:

http://arnoldoosterom.nl/dev/format/music with pretty url turned i get a 404. When attempting to go directly to the file like: http://arnoldoosterom.nl/dev/format/music.php it gets converted to http://arnoldoosterom.nl/dev/format/music/ and i get a 404.

basicly everything except admin and homepage throws me a 404. i made my menu like this:

<li><a href="<cms:show k_site_link />index.php" <cms:if k_template_name =='index.php'>class="active"</cms:if> >Home<br><span>start here</span></a></li>

the provided url has pretty urls turned off at the moment
Did you add templates after turning it on? It should only be turned on after all your templates are installed, otherwise you need to rebuild the .htaccess file.
@aboosterom, I agree with what @cardmaverick said -
seems like you forgot to generate a new .htaccess file after turning on prettyURLs,

You might find the docs at http://www.couchcms.com/docs/concepts/pretty-urls.html useful.

Keep us in loop.

Thanks.
Hi guys,

Solved the problem, working with Wamp server i had to place the websitefolder in the htaccess. So stupid. Thanks anyway sorry for bothering. Love to use Couch!
4 posts Page 1 of 1
cron