fe / bt-source /panel /rewrite /apache /thinkphp.conf
GGSheng's picture
feat: deploy Gemma 4 to hf space
3a5cf48 verified
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php?s=/$1 [QSA,PT,L]
</IfModule>