Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
appju_www_encrypt
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
storyshare
appju_www_encrypt
Commits
ce409816
Commit
ce409816
authored
Aug 07, 2020
by
platyhouse
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- encrypted
parent
4bbe4f9b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
0 deletions
+18
-0
.gitignore
.gitignore
+6
-0
.htaccess
.htaccess
+12
-0
No files found.
.gitignore
0 → 100644
View file @
ce409816
config_db.php
admin/config_db.php
x_*
data/*
config_db.php
.htaccess
0 → 100644
View file @
ce409816
RewriteEngine
On
RewriteBase
/
RewriteCond
%{REQUEST_FILENAME} !-f
RewriteCond
%{REQUEST_FILENAME} !-d
RewriteCond
%{REQUEST_URI} !.*\.(ico|gif|jpg|jpeg|png|js|css)
RewriteRule
^([^?]*) index.php/platyFrameworkRoute/$1 [L,QSA]
# git 폴더 제외
RewriteRule
"^(.*/)?\.git/" - [F,L]
# .gitignore 파일 제외
RewriteRule
".gitignore" - [F,L]
\ No newline at end of file
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