File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 24
24
$ conf ['send404 ' ] = 1 ;
25
25
$ conf ['breadcrumbs ' ] = 0 ;
26
26
$ conf ['youarehere ' ] = 1 ;
27
- $ conf ['baseurl ' ] = 'https://wiki.php.net ' ;
27
+ $ conf ['baseurl ' ] = getenv ( ' web-wiki-development-setup-baseurl ' ) ?: 'https://wiki.php.net ' ;
28
28
$ conf ['plugin ' ]['smtp ' ]['smtp_host ' ] = 'mailout.php.net ' ;
29
29
$ conf ['plugin ' ]['smtp ' ]['smtp_ssl ' ] = 'tls ' ;
30
30
Original file line number Diff line number Diff line change 9
9
10
10
LogLevel warn
11
11
12
+ SetEnv web-wiki-development-setup-baseurl http://localhost:8080
12
13
<Directory /var/www/html >
13
14
Options +FollowSymLinks
14
15
AllowOverride All
15
16
Order allow,deny
16
17
Allow from all
17
18
RewriteEngine on
18
19
RewriteBase /
20
+ # For local development only
21
+ RewriteRule ^shared - [L]
19
22
RewriteRule ^lib - [L]
20
23
RewriteRule ^doku.php - [L]
21
24
RewriteRule ^feed.php - [L]
You can’t perform that action at this time.
0 commit comments