Hi I have a problem.
I want to get all requests to redirect to index file in main directory and I\'ve achieved this but there are problems with relative paths.
When I pu
It is no doubt better to use absolute path for static files (css, js, images etc). But if you lots of those instances in several pages then consider using HTML base tag to specify a default URL for relative paths. eg: