On 7/23/07, The Rasterman Carsten Haitzler <[EMAIL PROTECTED]> wrote:
>
> On Mon, 23 Jul 2007 12:42:09 +0300 "Chady Kassouf" <
> [EMAIL PROTECTED]>
> babbled:
>
> > On 7/23/07, The Rasterman Carsten Haitzler <[EMAIL PROTECTED]> wrote:
> > >
> > > On Mon, 23 Jul 2007 08:49:03 +0300 "Chady Kassouf" <
> > > [EMAIL PROTECTED]>
> > > babbled:
> > >
> > > > On 7/21/07, The Rasterman Carsten Haitzler <[EMAIL PROTECTED]>
> wrote:
> > > > >
> > > > > On Thu, 12 Jul 2007 11:16:05 +0300 "Chady Kassouf" <
> > > > > [EMAIL PROTECTED]>
> > > > > babbled:
> > > > >
> > > > > you READ the urls? and even type them in? i'm not sure it really
> > > matters
> > > > > unless
> > > > > you want to hide the fact that its php with parameters?
> > >
> > > well there is more work than just setting up mod_rewrite - you need to
> > > modify
> > > the links the php spits out...
> >
> >
> >
> > No one said there isn't :)
> > just as soon as the mod_rewrite is set up, I'll update the php to work
> with
> > that, I already have part of it done in my local copy.
>
> ok. rewrite enabled. but it doesn't seem to work :/


dunno what you used, but my original post had the rewrite rules commented
out, so here's the thing just in case.

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(..)/(.*) /p.php?l=$1&p=$2 [L]
</IfModule>


-- 
Chady 'Leviathan' Kassouf
http://chady.net/
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to