How to check whether mod_rewrite is enable on server?
Usually cpanel(WHM) compiles mod_rewrite by default. You can check with this: So you must just activate it in your ‘.htaccess’ using: To check if mod_rewrite module is enabaled, create a new php file in your root folder of your WAMP server. Enter the following phpinfo(); Access your created file from your browser. Ctrl+F to open … Read more