If you have just activated the rewrite mode, you probably want to check now that it is working properly. The best way to know if this is the case is to rewrite everything with a .htaccess file by redirecting the whole site to a page.
Add the following lines in your .htaccess at the root of the site:
Options +FollowSymlinks
RewriteEngine on
RewriteRule .* phpinfo.php [NC]
Normally, any page on your site should return you to phpinfo.php.
Note: Commissions may be earned from the links above.
This page contains references to products from one or more of our advertisers. We may receive compensation when you click on links to those products. For an explanation of our advertising policy, please visit this page.