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