Commit 5ae9b1ae authored by Reynaldi Addriantama's avatar Reynaldi Addriantama

gitignores

parent 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
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