File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 2424$ conf ['send404 ' ] = 1 ;
2525$ conf ['breadcrumbs ' ] = 0 ;
2626$ conf ['youarehere ' ] = 1 ;
27- $ conf ['baseurl ' ] = 'https://wiki.php.net ' ;
27+ $ conf ['baseurl ' ] = getenv ( ' web-wiki-development-setup-baseurl ' ) ?: 'https://wiki.php.net ' ;
2828$ conf ['plugin ' ]['smtp ' ]['smtp_host ' ] = 'mailout.php.net ' ;
2929$ conf ['plugin ' ]['smtp ' ]['smtp_ssl ' ] = 'tls ' ;
3030
Original file line number Diff line number Diff line change 99
1010 LogLevel warn
1111
12+ SetEnv web-wiki-development-setup-baseurl http://localhost:8080
1213 <Directory /var/www/html >
1314 Options +FollowSymLinks
1415 AllowOverride All
1516 Order allow,deny
1617 Allow from all
1718 RewriteEngine on
1819 RewriteBase /
20+ # For local development only
21+ RewriteRule ^shared - [L]
1922 RewriteRule ^lib - [L]
2023 RewriteRule ^doku.php - [L]
2124 RewriteRule ^feed.php - [L]
You can’t perform that action at this time.
0 commit comments