Extra Router

Downloads: 1379
Category: Plugin
Compatible with: GetSimple 3.3 - 3.3

Last Updated: September 12, 2015
Tags: router url rewrite
Author: mganko
Author Website: http://flexphperia.net/

(0) 0 Votes

Plugin Description:

This plugin adds some more control for routing requested url address into specific page. It checks url across defined patterns and executes PHP code where you can create custom logic and indicate page ID to load.

Version history:

  • 1.01 - small bug fixes
  • 1.00 - initial upload

Recommended main GS .htaccess file

RewriteEngine on

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?/$1 [QSA,L]

Translations:

  • English
  • Polish

Install Instructions:

  • Unpack zip archive to your plugins folder
  • Enable the plugin in GS Admin

Archived Versions:

These are old versions of this file. Please use with caution as they are probably out of date and no longer supported. ShowHide