Goosemaster
Lifer
Please...🙁
I am using htaccess for directory management...without hte bullsh!t, I am using it to prevent listing and for redirection.
Unfortunately, one of my pages uses CSS and images, and I can't get them to show up. The redirection seems to pull up only the index file and no links. I'm using Dremweaver as my editor, and all the links check out. There are no files in the root of public_html besides the htaccess file.
Hierarchy (simplified of course) i= lover directory
/public_html/
i
i
/webpages (production/
/under construction pages/
Basically, I have a root-based htaccess file preventing overall indexing and some other things, and individual hta's for redirection. Everything is working fine except this.
If I go directly to the director,the webpage works, css and all.
EX: http://www.myhsr.com/under_construction/index.html
If I try to go to the main site which SHOULD redirect to the same place, it screws up:
http://www.myhsr.com/
anyone?
EDIT: Basically, I realzie that i can redirect to the directory and make it work, but then it changes the url at the top. Is their anyway I can keep the url and still redirect?
I am using htaccess for directory management...without hte bullsh!t, I am using it to prevent listing and for redirection.
Unfortunately, one of my pages uses CSS and images, and I can't get them to show up. The redirection seems to pull up only the index file and no links. I'm using Dremweaver as my editor, and all the links check out. There are no files in the root of public_html besides the htaccess file.
Hierarchy (simplified of course) i= lover directory
/public_html/
i
i
/webpages (production/
/under construction pages/
Basically, I have a root-based htaccess file preventing overall indexing and some other things, and individual hta's for redirection. Everything is working fine except this.
If I go directly to the director,the webpage works, css and all.
EX: http://www.myhsr.com/under_construction/index.html
If I try to go to the main site which SHOULD redirect to the same place, it screws up:
http://www.myhsr.com/
anyone?
EDIT: Basically, I realzie that i can redirect to the directory and make it work, but then it changes the url at the top. Is their anyway I can keep the url and still redirect?