In the public_html folder of your site make the test folder and in that test folder create the .htaccess file and add the following code in the .htaccess file .
- Code: Select all
Options +FollowSymlinks
RewriteEngine on
and then access test folder in the browser ( http://yourdomain.com/test/ ) If you did not get any error then Mod_rewrite is enabled on the server and If you get 500 Inetrnal Server Error then Mod_rewrite is not enabled on the server .

