Advertisement
iwansupriadi

acces web

May 19th, 2020
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1.  
  2. php_value date.timezone Asia/Jakarta
  3.  
  4. # RewriteEngine On
  5. # RewriteCond %{SERVER_PORT} 80
  6. # RewriteCond %{HTTP_HOST} ^(www\.)?primanet.ione.web\.id
  7. # RewriteRule ^(.*)$ https://www.primanet.ione.web.id/$1 [R,L]
  8.  
  9. RewriteCond %{REQUEST_FILENAME} !-f
  10. RewriteCond %{REQUEST_FILENAME} !-d
  11. RewriteRule ^(.*)$ index.php/$1 [L]
  12. <IfModule mod_rewrite.c>
  13. RewriteEngine on
  14. Options All -Indexes
  15. </IfModule>
  16.  
  17. # php -- BEGIN cPanel-generated handler, do not edit
  18. # Set the “alt-php70” package as the default “PHP” programming language.
  19. #<IfModule mime_module>
  20. # AddHandler application/x-httpd-alt-php70 .php .php7 .phtml
  21. #</IfModule>
  22. # php -- END cPanel-generated handler, do not edit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement