Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sipenkp_v2
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
reynaldi adriantama
sipenkp_v2
Commits
5ae9b1ae
Commit
5ae9b1ae
authored
Jun 26, 2024
by
Reynaldi Addriantama
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gitignores
parent
99b6e727
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
42 deletions
+0
-42
public/.htaccess
public/.htaccess
+0
-42
No files found.
public/.htaccess
deleted
100644 → 0
View file @
99b6e727
RewriteEngine
On
# The following rule tells Apache that if the requested filename
# exists, simply serve it.
RewriteCond
%{REQUEST_FILENAME} -s [OR]
RewriteCond
%{REQUEST_FILENAME} -l [OR]
RewriteCond
%{REQUEST_FILENAME} -d
RewriteRule
^.*$ - [L]
# The following rewrites all other queries to index.php. The
# condition ensures that if you are using Apache aliases to do
# mass virtual hosting or installed the project in a subdirectory,
# the base path will be prepended to allow proper resolution of
# the index.php file; it will work in non-aliased environments
# as well, providing a safe, one-size fits all solution.
RewriteCond
%{REQUEST_URI}::$1 ^(/.+)/(.*)::\2$
RewriteRule
^(.*) - [E=BASE:%1]
RewriteRule
^(.*)$ %{ENV:BASE}/index.php [L]
Options
all -Indexes
#SetEnv ITB_HOST 103.126.28.66
#SetEnv ITB_UNAME postgres
#SetEnv ITB_PASS khansia215758
#SetEnv ITB_PORT 5432
#SetEnv ITB_SCH ftmd_sipintar
#SetEnv ITB_CUNT 6
#SetEnv ITB_HOST 167.205.57.221
#SetEnv ITB_UNAME postgres
#SetEnv ITB_PASS sppsiITB#2O22
#SetEnv ITB_PORT 5432
#SetEnv ITB_SCH sipintar_ftmd
#SetEnv ITB_CUNT 5
SetEnv
ITB_HOST 167.205.57.98
SetEnv
ITB_UNAME postgres
SetEnv
ITB_PASS
SetEnv
ITB_PORT 5432
SetEnv
ITB_SCH sipenkp_itb
SetEnv
ITB_CUNT 5
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