mirror of
https://github.com/amyjko/cooperative-software-development
synced 2024-12-25 21:58:15 +01:00
7 lines
281 B
ApacheConf
7 lines
281 B
ApacheConf
|
# Set the path to prepend to all rewrites.
|
||
|
RewriteBase ajko/books/cooperative-software-development
|
||
|
|
||
|
# Redirect all non-directory paths to index.html for single-page routing,
|
||
|
RewriteCond %{REQUEST_FILENAME} !-f
|
||
|
RewriteCond %{REQUEST_FILENAME} !-d
|
||
|
RewriteRule (.*) index.html [L,QSA]
|