mirror of
https://github.com/SophiaAtkinson/steamwidgets-web.git
synced 2026-01-17 09:33:30 -08: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] |