mappiamo / mapi-geoCMS

MAPPIAMO main repository. The geoCMS for mapping site built with <3, openstreetmap, leaflet, bootstrap, php, mysql....
http://www.mappiamo.org
GNU General Public License v2.0
24 stars 15 forks source link

Add samples for url rewriting #6

Open sabas opened 9 years ago

sabas commented 9 years ago

http://mappiamo.org/manager/index.php?module=mcategory&task=category_edit&object=11 could become http://mappiamo.org/manager/mcategory/category_edit/11 http://httpd.apache.org/docs/2.0/misc/rewriteguide.html

sabas commented 9 years ago

https://github.com/mappiamo/mapi-geoCMS/blob/master/.htaccess @bertalan have you tested this?

bertalan commented 9 years ago

Yes, Isn't work ;-( Maybe we need specific modul and rewrite some part of code.

CosmicLaca commented 9 years ago

The rewrite on htaccess and on the url handler is good, but the admin process stored regular url's on database (for menus and pages).