-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.htaccess
More file actions
executable file
·30 lines (25 loc) · 854 Bytes
/
.htaccess
File metadata and controls
executable file
·30 lines (25 loc) · 854 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#RewriteEngine On
#RewriteCond %{SERVER_PORT} 80
<IfModule mod_rewrite.c>
Options +FollowSymlinks
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?/$1 [L]
#RewriteRule ^(.*)$ https://franchise.myheavenmarketing.com/$1 [R,L]
php_value memory_limit 128M
SetEnv DEFAULT_DB_HOST localhost
SetEnv DEFAULT_DB_USER root
SetEnv DEFAULT_DB_PASSWORD Admin@123
SetEnv DEFAULT_DB_NAME my_heaven
SetEnv MYHEAVEN_DB_HOST localhost
SetEnv MYHEAVEN_DB_USER root1
SetEnv MYHEAVEN_DB_PASSWORD Redhat@123
SetEnv MYHEAVEN_DB_NAME myheaven_db
SetEnv DEFAULT_SESSION_KEY O2lCRVJOWFNFQ1VSSVRZ
SetEnv DEFAULT_SESSION_NAME my_heaven_franchise_session
SetEnv PUBLICDOMAIN localhost
</IfModule>
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
</IfModule>