Quote Originally Posted by kburner View Post
Conor,

I loaded module and everything seemed fine. I have dedicated SSL, root folder and changed admin name. I also performed rewrite for includes/.htaccess file.

1.3.9g looks like this for .htaccess:
HTML Code:
# deny *everything*
<FilesMatch ".*">
  Order Allow,Deny
  Deny from all
</FilesMatch>

# but now allow just *certain* necessary files:
<FilesMatch ".*\.(js|JS|css|CSS|jpg|JPG|gif|GIF|png|PNG|swf|SWF|xsl|XSL)$">
  Order Allow,Deny
  Allow from all
</FilesMatch>

RewriteEngine On

# Don't rewrite admin directory
RewriteCond %{REQUEST_URI} !^/new admin name [NC]


IndexIgnore */*


## NOTE: If you want even greater security to prevent hackers from running scripts in this folder, uncomment the following line (if your hosting company will allow you to use OPTIONS):
# OPTIONS -Indexes -ExecCGI
I started at top category, clicked button for "have auto generate for this category" and then went to each category below as well as the product itself. Then I enabled module. I see main page fine. When I click on category or any product - I get this error.


Not Found

The requested URL /ladies-bible-studies/parenting-with-wisdom was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache mod_fcgid/2.3.5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at www.burnerbooks.com Port 80

Once I disable - everything is normal again without new uri mapping. How do I fix?

Thanks, Kim
Post your .htaccess file that is in the root of your server. Why would performed rewrite rules for includes/.htaccess file.