I am doing a redirection to a path. The php redirection using headers start at www.example.com
and redirects to www.example.com/themes/mypage/login.php
. I know htaccess
can help create a shortcut url
but that url
has to be typed in. I have recently achieved this using htaccess but my css and scripts ain't working. How can i solve this?