Support Tickets - CMS 1.4 - troubleshooting

CMS 1.4 - troubleshooting

CMS 20.11.2015 2745 Support Status: Closed Solution: Yes bluesatkv


Hi Jerome,

I have a problem with displaying pages and do not know where the problem is.

I have category "Kontakt" (in english - Contact), pages for this category and If I click on "Kontakt" in Navbar, php server revert 404 error.

For test http://www.freesat-kv.cz/kontakt

Any idea please? Thanks.


Replies (2)

  • avatar bluesatkv

    I found solution in FAQ

    Settings in .htaccess works perfect

    RewriteEngine ON
    
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . index.php [L]
    
    ErrorDocument 404 /404/

    Thanks

    20.11.2015 0
  • avatar Jerome

    There is also a htaccess in the download folder with the same result.

    *** Ticket closed ***

    21.11.2015 0