01-28-07 12:25 PM
On 2007-01-28, Lupus <mathieu.maes@gmail.com> wrote:
> I'd like to remove the subdir, but it doesn't work. Somehow I must add
> a condition stating that somepage.php must not be redirected, but I
> honestly don't know how to do this... Can anyone help me ?
Something like
RewriteCond %{REQUEST_URI} !/somepage.php.*$
before your rule.
But if you run a simple google search on this very same newsgroup,
I bet you'll find a thousand of the same problems with solutions.
Davide
--
No, my friends. No, money will never make you happy, and happy will never
make you money. That might be a wisecrack, but I doubt it.
-- Julius Henry "Groucho" Marx (http://en.wikiquote.org/wiki/Groucho_Marx)
[ Post a follow-up to this message ]
|