Quote Originally Posted by yellow1912 View Post
1. If you server is using IIS instead of Apache, better get the latest version
2. In fact, better get the latest version in any case
3. Make sure you have uploaded ALL files correctly, missing one or two files is not uncommon
4. If all done and still not work, check to make sure mod_rewrite is really working
http://www.wallpaperama.com/disp-post19.html
Its weird, but I think I worked out the kinks here with the htaccess. I noticed one irregularity between what I had and what was suggested (ssu_check) and so I changed it to that and then it started to work halfway. The urls were coming up but the css was not being called. So I checked my error logs and the line that ends with !-f was causing an error and being ignored, so I commented that out, now my css is being called but my admin serves a 500 internal error. So I guessed that it was the line below that (ends with !-d) and commented it out. Now it works! Both front and back ends and the css is being called!

Now I just need to know how to set the ssu config in admin so that my urls are better.

Currently, I am getting:

www.domain.com/air/air/replacement - for the product info display pages. How do I configure ssu so that it writes it like this:

http://www.domain.com/engine-and-dri...k-n-air-filter etc

I'm the top level cat and then the product name should work well.

Please remember I have ssu v3.7.1. Thanks so much for your help :)