Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
SAMBUMBA
pasteque-server
Commits
4d468697
Commit
4d468697
authored
Oct 02, 2017
by
Karamel
Browse files
Add missing .htaccess in version control.
parent
abd8c7dd
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
4d468697
# legacy
config.php
config.ini
.htaccess
/
.htaccess
vendor
...
...
@@ -12,4 +12,4 @@ config/test-config.ini
#netbeans project tmp file
nbproject/
.idea
\ No newline at end of file
.idea
src/http/public/.htaccess
0 → 100644
View file @
4d468697
RewriteEngine
On
RewriteCond
%{REQUEST_FILENAME} !-f
RewriteCond
%{REQUEST_FILENAME} !-d
RewriteRule
^ index.php [QSA,L]
Write
Preview
Supports
Markdown
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