I installed the ultimate seo add-on and I didn't like it. But I copied the format in the included htaccess file and replaced some info with the stuff I wanted and its working!
If you want to be able to change the url of a specific category (and I imagine this can be used with any other pages as well) simply add this to your .htaccess file in the root directory:
Code:
Options +FollowSymLinks
RewriteEngine On
RewriteBase /yoursite.com/
# From Ultimate SEO URLs
RewriteRule ^category http://yoursite.com/index.php?main_page=index&cPath=500
Actually, this is what I did in the first place but I didn't have the ReWriteBase part. I wonder if that's why it wouldn't work.
Now I just need to get this Ultimate SEO stuff out of my admin panel!