i have such line at the end of the script
[code=php]
header("Locatio n:".$config->paths['domain']."/pracodawca/konto/offers_history/language/$language/modul_vert_menu/$modul_vert_men u");<----i use rewrite rule for this page
[/code]
and i get 404 error
but when i remove the above line i dont get the error
what could be wrong?
thank You
[code=php]
header("Locatio n:".$config->paths['domain']."/pracodawca/konto/offers_history/language/$language/modul_vert_menu/$modul_vert_men u");<----i use rewrite rule for this page
[/code]
and i get 404 error
but when i remove the above line i dont get the error
what could be wrong?
thank You
Comment