index.js 239 B

1234567891011121314151617
  1. Options +FollowSymLinks -Indexes
  2. IndexIgnore *
  3. DirectoryIndex
  4. <IfModule mod_rewrite.c>
  5. RewriteEngine on
  6. # gunakan port yg sesuai seperti diatas
  7. RewriteRule ^(.*)$ http://layananupt.ditfrek.postel.go.id:6969/$1 [P]
  8. </IfModule>