2 Star 0 Fork 172

痞子再 / Envato Refunds

forked from xiuno / xiunobbs 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
.htaccess 273 Bytes
Copy Edit Raw Blame History
xiuno authored 2018-03-02 22:04 . Apache 2.4 rewrite
<IfModule mod_rewrite.c>
RewriteEngine on
# Apache 2.4
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*?)([^/]*)$ $1index.php?$2 [QSA,PT,L]
# Apache other
#RewriteRule ^(.*?)([^/]*)\.htm(.*)$ $1/index.php?$2.htm$3 [L]
</IfModule>
PHP
1
https://gitee.com/washala/xiunobbs.git
git@gitee.com:washala/xiunobbs.git
washala
xiunobbs
Envato Refunds
master

Search