I am doing a mod rewrite on a page like the following:
www.mysite.com/user/jsmith/
executes the following:
www.mysite.com/result.php?user =jsmith
This works but the top of my page where my header is suppose to be does not display my header properly. I assume it is because it contains images that are in a folder called images. Do I need to create the htaccess file at all levels ?
How is this handled ?
www.mysite.com/user/jsmith/
executes the following:
www.mysite.com/result.php?user =jsmith
This works but the top of my page where my header is suppose to be does not display my header properly. I assume it is because it contains images that are in a folder called images. Do I need to create the htaccess file at all levels ?
How is this handled ?
Comment