I put this code in .htaccess:
ForceType application/x-httpd-php
ErrorDocument 401 /plog/error.php
ErrorDocument 403 /plog/error.php
ErrorDocument 404 /plog/error.php
and now custom urls work but i loose the link to my style.css file
so Obviously it is a problems with path.
in the header template the css is calling in this way:
<link rel="stylesheet" title="default" type="text/css" media="screen" href="{$url->getTemplateFile("style.css")}" />
any idea how i can fix it?
may be with a direct path?
