Skip to content

Instantly share code, notes, and snippets.

@anova
Created August 9, 2014 08:33
Show Gist options
  • Save anova/64afbebacb17dd6653ef to your computer and use it in GitHub Desktop.
Save anova/64afbebacb17dd6653ef to your computer and use it in GitHub Desktop.
Kriweb helicon test, .htaccess test (in /helicon-test subfolder)
RewriteEngine on
RewriteBase /helicon-test
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . ./helicon-test/index.php [NC,L,NS]
<?php echo $_SERVER['REQUEST_URI'];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment