Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Pretty Permalinks Not Working

Could you test your mod_rewrite is really working on http://make2for1.com/

Please add the following to the top of .htaccess

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule redir youcantfindme
</IfModule>

Use browser and navigate to http://make2for1.com/redir

If you read /youcantfindme was not found, then mod_rewrite does work.

Skip to toolbar