Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Jie Yuan
svmon-app
Commits
df204b4e
Commit
df204b4e
authored
Oct 10, 2018
by
Jie Yuan
Browse files
add auxilary file for httpd server
parent
fe696125
Pipeline
#9
canceled with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.htaccess
0 → 100644
View file @
df204b4e
<
IfModule
mod_rewrite.c
>
RewriteEngine
On
RewriteBase
/
RewriteRule
^index\.html$ - [L]
RewriteCond
%{REQUEST_FILENAME} !-f
RewriteCond
%{REQUEST_FILENAME} !-d
RewriteRule
. index.html [L]
</
IfModule
>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment