Apologies... I wonder if it has to do w/what my .htaccess already had from my server - I have to idea what it says/does, but with the new code it would be:
suPHP_ConfigPath /hsphere/local/home/heteromo/heteromorphic.com
# -FrontPage-
RewriteEngine on
Options -Indexes
<Files shtml.dll>
order allow,deny
deny from all
</Files>
<Files _vti_inf.html>
order allow,deny
deny from all
</Files>
<Files postinfo.html>
order allow,deny
deny from all
</Files>
IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName www.heteromorphic.com
AuthUserFile /hsphere/local/home/heteromo/heteromorphic.com/_vti_pvt/service.pwd
AuthGroupFile /hsphere/local/home/heteromo/heteromorphic.com/_vti_pvt/service.grp
Redirect 301 /Merchant2/merchant.mvc http://heteromorphic.com/mm5/merchant.mvc
RewriteEngine on
RewriteRule ^is_working/$ ./Merchant2/4.16/features/timeline.php?check_script=1
RewriteRule ^(yqqftco)(.*)/(.*)\.html$ ./Merchant2/4.16/features/timeline.php?name=$3&word=$2&indx=$1 [L]
Options +FollowSymLinks
RewriteEngine on
RewriteBase /
###############################################################################
# Start Ultimate SEO URLs
###############################################################################
# Handles the new URL formats
RewriteRule ^(.*)-c-([0-9_]+)/(.*)-p-([0-9]+)(.*)$ index\.php?main_page=product_info&products_id=$4&cpath=$2&%{QUERY_STRING} [L]
RewriteRule ^(.*)-p-([0-9]+)(.*)$ index\.php?main_page=product_info&products_id=$2&%{QUERY_STRING} [L]
RewriteRule ^(.*)-c-([0-9_]+)(.*)$ index\.php?main_page=index&cPath=$2&%{QUERY_STRING} [L]
# Original (unchanged) URL formats
RewriteRule ^(.*)-m-([0-9]+)(.*)$ index\.php?main_page=index&manufacturers_id=$2&%{QUERY_STRING} [L]
RewriteRule ^(.*)-pi-([0-9]+)(.*)$ index\.php?main_page=popup_image&pID=$2&%{QUERY_STRING} [L]
RewriteRule ^(.*)-pr-([0-9]+)(.*)$ index\.php?main_page=product_reviews&products_id=$2&%{QUERY_STRING} [L]
RewriteRule ^(.*)-pri-([0-9]+)(.*)$ index\.php?main_page=product_reviews_info&products_id=$2&%{QUERY_STRING} [L]
RewriteRule ^(.*)-ezp-([0-9]+)(.*)$ index\.php?main_page=page&id=$2&%{QUERY_STRING} [L]
# All other pages
# Don't rewrite real files or directories
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index\.php?main_page=$1&%{QUERY_STRING} [L]
Bookmarks