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

I am migrating a clients site from Plesk to an OpenLiteSpeed server using Runcloud. If I turn off PrettyURLs all is OK but with it on I just get a 404 page. I have generated the .htaccess file using /couch/gen_htaccess.php as well as copying the original from Plesk but it's not working for some reason.

The same server hosts numerous other sites that do use .htaccess but there must be something I'm missing here!

Thanks
Use Couch-generated htaccess without additions.
Check htaccess if you have RewriteBase / set.
Sometimes definition of K_SITE_URL in config.php helps.
Join COUCH:TALK channel here https://t.me/couchcms_chat
Ryazania — a framework to boost productivity with Add-ons viewtopic.php?f=2&t=13475
Support my efforts to help the community https://boosty.to/trendo/donate
Thanks. I've tried that with no luck.

I have managed to narrow it down and it seems to be this line that causes the issue:

RewriteRule ^index.php$ "" [R=301,L,QSA]
3 posts Page 1 of 1