eMarketing
| How to test server for mod_rewrite |
| Tuesday, 09 October 2007 08:23 | |||
|
How to test server to see if mod_rewrite turned on.
Answer: In the .htaccess file, add this code: RewriteEngine On Upload to your server. Call this url: http://www.yourdomain.com/serrbiz.html. If the request forwards you to Serr.biz, then your server has mod_rewrite turned on.
|