cooperative-software-develo.../.htaccess

7 lines
281 B
ApacheConf
Raw Normal View History

# 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]