Commit ce409816 authored by platyhouse's avatar platyhouse

- encrypted

parent 4bbe4f9b
config_db.php
admin/config_db.php
x_*
data/*
config_db.php
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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment