Request: rewriterule for subpage

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
boelkstoff
Regular
Posts: 19
Joined: Wed Feb 02, 2005 8:46 pm

Request: rewriterule for subpage

Post 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
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Request: rewriterule for subpage

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply