
RewriteEngine on

###Start Kloxo PHP config Area
### begin content - please not remove this line
#<IfModule mod_rewrite.c>
#	## MR -- authentically for letsencrypt for webroot-based
#	RewriteRule /\.|^\.(?!well-known/) - [F]
#</FilesMatch>
### MR -- using php version different with default php
### 1. Using suphp
### - Copy between '#<FilesMatch \.php$>' to '#</FilesMatch>' and 
###   then remove '#' from '#<FilesMatch', '#</FilesMatch>' and one of '#SetHandler'
#<FilesMatch \.php$>
	#SetHandler x-httpd-php
	#SetHandler x-httpd-php56
#</FilesMatch>
### OR
### 2. Using fcgid
### - Copy from '#Options' to '#FCGIWrapper' and 
###   then remove '#' for one of '#FCGIWrapper'
#Options +ExecCGI
#<FilesMatch \.php$>
#	SetHandler fcgid-script
#</FilesMatch>
#FCGIWrapper /usr/bin/php-cgi .php
#FCGIWrapper /usr/bin/php56m-cgi .php
### end content - please not remove this line
###End Kloxo PHP config Area

# php -- BEGIN cPanel-generated handler, do not edit
# Set the “ea-php72” package as the default “PHP” programming language.
<IfModule mime_module>
  AddHandler application/x-httpd-ea-php72 .php .php7 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit
RewriteCond %{HTTP_HOST} ^davaobay\.com\.ph$ [OR]
RewriteCond %{HTTP_HOST} ^www\.davaobay\.com\.ph$
RewriteRule ^(.*)$ "https\:\/\/www\.tmomi\.com\.ph\/$1" [R=301,L]

