mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-09 18:54:13 +00:00
9 lines
133 B
Plaintext
9 lines
133 B
Plaintext
Alias /tests/ "/path/to/htdocs/"
|
|
|
|
<Directory "/path/to/htdocs/">
|
|
AllowOverride None
|
|
Order allow,deny
|
|
Allow from all
|
|
</directory>
|
|
|