cooperative-software-develo.../.htaccess

7 lines
282 B
ApacheConf
Raw Normal View History

# Set the path to prepend to all rewrites.
2021-12-31 23:23:39 +01:00
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]