Chimpie
Well-known member
For some reason my brain is not figuring this out.
I need a redirect for my htaccess so that any file or directory attempting to be accessed in my domain.com/whatever directory is sent to a single php page. For example...
www.domain.com/whatever/misc.php is redirected to www.domain.com/blank.php
or
domain.com/whatever is redirected to domain.com/blank.php
or
domain.com/whatever/thissucks is redirected to domain.com/blank.php
I tried:
Redirect 302 /whatever/ http://www.domain.com/blank.php
but if someone tries to access /whatever/duh, it goes to domain.com/blank.phpduh
Thoughts?
I need a redirect for my htaccess so that any file or directory attempting to be accessed in my domain.com/whatever directory is sent to a single php page. For example...
www.domain.com/whatever/misc.php is redirected to www.domain.com/blank.php
or
domain.com/whatever is redirected to domain.com/blank.php
or
domain.com/whatever/thissucks is redirected to domain.com/blank.php
I tried:
Redirect 302 /whatever/ http://www.domain.com/blank.php
but if someone tries to access /whatever/duh, it goes to domain.com/blank.phpduh
Thoughts?