We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e40fe84 commit 1c2fc38Copy full SHA for 1c2fc38
3 files changed
docker/solid.conf
@@ -20,7 +20,7 @@
20
<VirtualHost *:443>
21
ServerName identity.solid.local
22
ServerAlias *.solid.local
23
- DocumentRoot /opt/solid/www/profile
+ DocumentRoot /opt/solid/www/user
24
25
SSLEngine on
26
SSLCertificateFile /etc/ssl/certs/ssl-cert-snakeoil.pem
@@ -39,7 +39,7 @@
39
RewriteCond %{HTTP_HOST} ^id-([a-zA-Z0-9-]+)\.solid\.local$ [NC]
40
# Example rewrite rule based on the first part of the hostname
41
# This will redirect to /subdomain-content/first_part_of_hostname
42
- RewriteRule ^(.+)$ index.php [QSA,L]
+ RewriteRule ^(.+)$ profile.php [QSA,L]
43
44
# Extract the first part of the subdomain (before the first dot)
45
RewriteCond %{HTTP_HOST} ^storage-([a-zA-Z0-9-]+)\.solid\.local$ [NC]
www/profile/index.php www/user/profile.phpwww/profile/index.php renamed to www/user/profile.php
www/profile/storage.php www/user/storage.phpwww/profile/storage.php renamed to www/user/storage.php
0 commit comments