How do I redirect this right with .htaccess
Posted
by Markus
on Stack Overflow
See other posts from Stack Overflow
or by Markus
Published on 2010-05-08T21:21:54Z
Indexed on
2010/05/08
21:28 UTC
Read the original article
Hit count: 165
Folder Structure
--- /
--- .htaccess #1
--- _PUBLIC/
--- .htaccess #2
--- images/
--- javascripts/
--- styles/
--- _PRIVATE/
--- pages/
--- login.php
.htaccess #1
* -> /_PUBLIC/*
.htaccess #2
user/login -> /../_PRIVATE/pages/login.php
© Stack Overflow or respective owner