Conflict between SVN and Web Application – routing/httaccess or apache config
- dhosek
- Member | 12
I got SVN installed ( and I use this way to access my repositories it via http protocol: http://localhost/…roject_name/ (physical location: /var/www/repos) – It works well.
I got also apache installed for my web application (physical location:
/var/www/web_app), which can be accessed via http://localhost/ and It renders default action (Presenter:
Homepage,
Action: default – It's something like index.php). – It works well.
BUT, when I want to view for example: Contact Page ( Presenter: Contact, Action: default – http://localhost/contact) – It says “NOT FOUND The requested URL /contact was not found on this server.”. The error doesn't look like It's a framework error by Tracy (bad code for routing in framework or something like that), it looks like there is a conflict between in .htaccess or apache config or Am I wrong?