Navigation Menu

Skip to content

Commit

Permalink
.htaccess example for use with a php server installation.
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikDeBruijn committed Sep 24, 2014
1 parent 40e0410 commit 825f840
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions htaccess_example
@@ -0,0 +1,8 @@
# Purpose: can be used in case perl is not supported.
# Add this .htaccess file as follows:
# 1. rename to .htaccess (don't forget the dot in front)
# 2. make sure it's on a server that supports this and has a working php installation

Options +FollowSymlinks
RewriteEngine on
RewriteRule ^remote\.pl$ remote.php [NC]

0 comments on commit 825f840

Please sign in to comment.