Hello!
I am redirecting all 404 to index.php for my site in order to have Friendly URLs.
It works fine as far as that goes, however I have a problem with files (CSS, JS, images etc) that are linked to pages because when I have mysite.com/contact/ they don't load anymore because of Apache thinking Contact is a folder and thus relative paths don't work anymore.
How can I fix this please?
The only solution is to implement absolute paths or can I use an .htaccess trick?
Thank you!