[wp-hackers] Need help with gallery plugin implementation
Pierre-Luc Auclair
p.lucauclair at heliosmulti.com
Thu Mar 1 18:15:32 GMT 2007
That's what I thought at first but it's not that. I'm thinking going
the wp_rewrite route, if it can exclude indivudual pages and do
stuff like that. I'll look the WP_Rewrite function reference tonight
when I'll be back from a reunion.
If someone knows how to do it wp_rewrite, t'would still be nice to send
the answer. :)
Pierre-Luc
On 1 March 2007, Martin Fitzpatrick wrote:
> I believe (and I may be completely wrong) that the problem is the
> placing of the Rewrite rule. I believe that the rules are consecutive
> - i.e. a rule at the bottom will be acting on the result of the rules
> above.
>
> Try adding...
>
> <IfModule mod_rewrite.c>
> RewriteEngine On
> RewriteBase /plaplo/
> RewriteRule ^plaplo/portfolio/category/([A-Za-z0-9-]+)$
> /plaplo/portfolio?catslug=$1 [L]
> </IfModule>
>
> ....into your .htaccess file *above* everything else. If this works
> the solution is simply to open .htaccess on plugin install and dump
> this at the top of the file (read it in, output this, then output what
> you read). You may want to flag & check obviously with suitable
> .htaccess comments.
>
> If you need more help I'm happy to do so
>
> Martin Fitzpatrick
> www.mutube.com
More information about the wp-hackers
mailing list