Forum for discussing general topics related to Couch.
2 posts Page 1 of 1
Hi. How install in subfolder correctly?
On localhost this is code not working in config.php (sorry for bad Inglish):
Code: Select all
// 1.
    // If neccesary, define the full URL of your site including the subdomain, if any.
    // V.IMP: Don't forget the trailing slash!
    define( 'K_SITE_URL', 'http://1cms/couchcms/' );
Hi,

I suppose you don't need that adjustment .. I think you have to setup your htaccess file to something like:

RewriteEngine On

#If your website is installed in a subfolder, change the line below to reflect the path to the subfolder.
#e.g. for http://www.example.com/subdomain1/subdomain2/ make it RewriteBase /subdomain1/subdomain2
RewriteBase /couchcms
I load frameworks and write bugs on top of them, after that I rearrange the code so that it looks like a cool product.
2 posts Page 1 of 1
cron