Additions:
Paste this code into an .htaccess file in your site's webroot:
Additions:
==== Apache ""ModRewrite"" Test ====
=== Test Instructions ===
Download or paste code below into an .htaccess file in the webroot on your server. Then put the following url in your browser:
http://<yourdomain.com>/test_rewrite.htm
If mod_rewrite is functioning, you should end up back here.
=== Apache ""ModRewrite"" Test Code ===
%%(bash)
# Turn Engine On
RewriteEngine on
# Rewrite Test
RewriteRule ^test_rewrite\.htm$ http://www.klenwell.com/is/ApacheModRewriteTestOk [R]
%%
=== Test Instructions ===
Download or paste code below into an .htaccess file in the webroot on your server. Then put the following url in your browser:
http://<yourdomain.com>/test_rewrite.htm
If mod_rewrite is functioning, you should end up back here.
=== Apache ""ModRewrite"" Test Code ===
%%(bash)
# Turn Engine On
RewriteEngine on
# Rewrite Test
RewriteRule ^test_rewrite\.htm$ http://www.klenwell.com/is/ApacheModRewriteTestOk [R]
%%