I built my first CouchCMS website, and everything works fine expect one thing. When I set my index page as index.php the webpage wont load any pictures and I can't access admin log in page, while when it's called home.php it all works fine but the problem is that when user comes to www.example.com he/she going to see Couch log in page. I tried setting Directory index name in .htaccess
Thanks!
- Code: Select all
DirectoryIndex home.php
Thanks!