mirror of
https://github.com/aunefyren/wrapperr
synced 2024-12-12 04:12:28 +00:00
bdef6c017b
- New design for platform - Page change based on results - Illustrations added - Search by email and username - Better security (sensitive files moved to folder with .htaccess) - Admin page for setup (with password) - Customizable functions - Caching of results - Pre-caching script for caching multiple users
8 lines
No EOL
174 B
ApacheConf
8 lines
No EOL
174 B
ApacheConf
RewriteEngine on
|
|
|
|
|
|
RewriteCond %{THE_REQUEST} /([^.]+)\.html [NC]
|
|
RewriteRule ^ /%1 [NC,L,R]
|
|
|
|
RewriteCond %{REQUEST_FILENAME}.html -f
|
|
RewriteRule ^ %{REQUEST_URI}.html [NC,L] |