cooperative-software-develo.../.htaccess
2021-12-31 14:23:39 -08:00

7 lines
No EOL
282 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]