PHP Classes

File: htaccess.txt

Recommend this page to a friend!
  Classes of dav y   Telex   htaccess.txt   Download  
File: htaccess.txt
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Telex
Publish and share messages like with Twitter
Author: By
Last change: 911

911
stable

added appx, framework of apps
Date: 7 years ago
Size: 1,091 bytes
 

Contents

Class file image Download
RewriteEngine on RewriteRule ^app/([^.]+)/([^.]+):([^.]+)$ /?app=$1&params=$2:$3 [L] RewriteRule ^app/([^.]+)/([^.]+)/([^.]+)$ /?app=$1&params=param:$2,option:$3 [L] RewriteRule ^app/([^.]+)/([^.]+)$ /?app=$1&params=param:$2 [L] RewriteRule ^app/([^.]+)$ /?app=$1 [L] RewriteRule ^id/([0-9]+)$ /?app=tlex&params=id:$1 [L] RewriteRule ^tm/([^./]+)$ /?app=tlex&params=tm:$1 [L] RewriteRule ^th/([^./]+)$ /?app=tlex&params=th:$1 [L] RewriteRule ^usr/([^./]+)$ /?app=tlex&params=usr:$1 [L] RewriteRule ^art/([^./]+)$ /?app=tlex&params=art:$1 [L] RewriteRule ^desktop/([^./]+)$ /?app=tlex&params=desk:1,usr:$1 [L] RewriteRule ^notifications/([^./]+)$ /?app=tlex&params=ntf:1,usr:$1 [L] RewriteRule ^api/([^./]+)/([^./]+)$ /api.php?app=Api&mth=$1&prm=$2 [L] RewriteRule ^([^.]+)/([^.]+)/([^.]+)$ /?app=$1&params=param:$2,option:$3 [L] RewriteRule ^([^.]+)/([^.]+)$ /?app=$1&params=param:$2 [L] RewriteRule ^dev$ /?dev== [L] RewriteRule ^reload$ /?reload== [L] RewriteRule ^logout$ /?logout== [L] RewriteRule ^([0-9]+)$ /?app=tlex&params=id:$1 [L] RewriteRule ^([^.]+)$ /?app=tlex&params=usr:$1 [L]