Server : Apache/2.4.18 (Ubuntu) System : Linux canvaswebdesign 3.13.0-71-generic #114-Ubuntu SMP Tue Dec 1 02:34:22 UTC 2015 x86_64 User : oppastar ( 1041) PHP Version : 7.0.33-0ubuntu0.16.04.15 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, Directory : /var/www/blue-sky.co.id/public_html/ |
Upload File : |
<IfModule mod_rewrite.c> RewriteEngine On # !IMPORTANT! Set your RewriteBase here and don't forget trailing and leading # slashes. # If your page resides at # http://www.example.com/mypage/test1 # then use # RewriteBase /mypage/test1/ RewriteBase / # This allows you to redirect index.html to a specific subfolder RewriteRule ^hotelbpn http://www.blue-sky.co.id/hotel/blue-sky-hotel-balikpapan [R=301,NC,L] RewriteRule ^hotelptm http://www.blue-sky.co.id/hotel/blue-sky-hotel-petamburan [R=301,NC,L] RewriteRule ^hotelpnd http://www.blue-sky.co.id/hotel/blue-sky-hotel-pandurata [R=301,NC,L] RewriteRule ^loungecgkt1 http://www.blue-sky.co.id/product/blue-sky-premier-jakarta-t-1 [R=301,NC,L] RewriteRule ^loungecgkt3dom http://www.blue-sky.co.id/product/blue-sky-premier-jakarta-t-3-domestic [R=301,NC,L] RewriteRule ^loungecgkt3intl http://www.blue-sky.co.id/product/blue-sky-premier-jakarta-t-3-international [R=301,NC,L] RewriteRule ^loungesubt1 http://www.blue-sky.co.id/product/blue-sky-executive-surabaya-t-1 [R=301,NC,L] RewriteRule ^loungesubt1 http://www.blue-sky.co.id/product/blue-sky-executive-surabaya-t-1 [R=301,NC,L] RewriteRule ^loungepku http://www.blue-sky.co.id/product/blue-sky-premier-pekanbaru [R=301,NC,L] RewriteRule ^loungebpn http://www.blue-sky.co.id/product/blue-sky-premier-balikpapan [R=301,NC,L] RewriteRule ^loungesmd http://www.blue-sky.co.id/product/blue-sky-premier-samarinda [R=301,NC,L] RewriteRule ^loungekno http://www.blue-sky.co.id/product/saphire-blue-sky-medan [R=301,NC,L] RewriteRule ^loungebdo http://www.blue-sky.co.id/product/saphire-blue-sky-bandung [R=301,NC,L] RewriteRule ^loungepgk http://www.blue-sky.co.id/product/saphire-blue-sky-pangkal-pinang [R=301,NC,L] RewriteRule ^loungesubt2 http://www.blue-sky.co.id/product/concordia-blue-sky-surabaya-t-2 [R=301,NC,L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php?/$1 [L] </IfModule> <IfModule !mod_rewrite.c> # If we don't have mod_rewrite installed, all 404's # can be sent to index.php, and everything works as normal. # Submitted by: ElliotHaughin ErrorDocument 404 /index.php </IfModule>