tim4dev/webacula/master/html/test_mod_rewrite/.htaccess - Htaccess File

tim4dev/webacula/master/html/test_mod_rewrite/.htaccess

# for test mod_rewrite
php_flag magic_quotes_gpc off
php_flag register_globals off

RewriteEngine On
# edit RewriteBase if necessary
RewriteBase   /webacula/test_mod_rewrite
RewriteRule ^testlink([^/]*).html$  index.php?testlink=$1 [L]

On Github License

Files

Download PDF of Htaccess file

Comments

Apache