ovidentia/shopping

在线商店 ovidentia 扩展。

0.1.2 2017-02-21 16:20 UTC

This package is auto-updated.

Last update: 2024-08-29 03:20:56 UTC


README

重写

Apache 配置文件,用于重写商店 URL


<IfModule mod_rewrite.c>

    Options +FollowSymLinks
    RewriteEngine on
    RewriteBase /

    RewriteRule ^Shop/([^/]+)$ index.php?tg=addon/catalog/main&idx=catalogItem:rewritearticle&title=$1 [L,QSA]

    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !-l

    
    RewriteRule ^(.*)$ index.php?babrw=$1 [L,QSA]

</IfModule>