Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Paste
P902
(An Untitled Masterwork)
Active
Public
Actions
Authored by
anlambert
on Dec 11 2020, 2:58 PM.
Edit Paste
Archive Paste
View Raw File
Subscribe
Mute Notifications
Award Token
Flag For Later
Tags
None
Subscribers
None
diff --git a/htdocs/.htaccess b/htdocs/.htaccess
index e5b631c8..5f3882b8 100644
--- a/htdocs/.htaccess
+++ b/htdocs/.htaccess
@@ -6,11 +6,10 @@
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
-RewriteBase /swh/
-RewriteRule ^index\.php$ - [L]
+RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
-RewriteRule . /swh/index.php [L]
+RewriteRule . /index.php [L]
</IfModule>
# END WordPress
Event Timeline
anlambert
created this paste.
Dec 11 2020, 2:58 PM
2020-12-11 14:58:03 (UTC+1)
Log In to Comment