Skip to content

Chronolabs-Cooperative/Xortify-Server-Module-XRest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Xortify Server 5

Module: XRest

Author: Simon Antony Roberts wishcraft@users.sourceforge.net

This module is for the xortify.com server banning module, this is for operations with the open honeypot see: http://sourceforge.net/projects/xortify

Rewrite: SEO Friendly URLS [.htaccess]

The following goes in the .htaccess if your running apache2 in the XOOPS_ROOT_PATH

RewriteEngine On
RewriteRule ^api/(.*?)$ ./modules/xrest/$1 [L,NC,QSA]