mirror of
https://github.com/SophiaAtkinson/steamwidgets-web.git
synced 2025-06-26 14:57:41 -07:00
6 lines
145 B
ApacheConf
6 lines
145 B
ApacheConf
RewriteEngine On
|
|
|
|
RewriteCond %{THE_REQUEST} /public/([^\s?]*) [NC]
|
|
RewriteRule ^ %1 [L,NE,R=302]
|
|
|
|
RewriteRule ^((?!public/).*)$ public/$1 [L,NC] |