Page 1 of 1

Request: rewriterule for subpage

Posted: Tue Feb 08, 2005 11:36 am
by boelkstoff
Hello.
Since many plugins are using this method to acess their plugin

Code: Select all

http://yourwebserver/index.php?serendipity[subpage]=gallery
I was wondering if you could include a rewrite rule in the next version?
I know how to make my own rewrite rule with htaccess, but I want a solution, that is approved by you guys and is inculded in the next version
One sugestion would be

Code: Select all

http://yourwebserver/subpage/gallery
Phil

Re: Request: rewriterule for subpage

Posted: Wed Feb 09, 2005 12:24 pm
by garvinhicking
We will not add this.

We already have custom generic plugin handlers:

http://yourwebserver/plugin/pluginname

which could act the same like

http://yourwebserver/plugin/subpage_gallery

Only the plugin needs to be modified to support this...since I personally don't use the plugin, I'm not motivated enough to rewrite it :-D

Regards,
Garvin