richardr:
I could use some help too, I see that I am supposed to append my htaccess file but not sure what I should replace, could someone let me know what lines to cut to replace please.
Thanks,
here is what I currently have in my htaccess file:
RewriteEngine on
-FrontPage-
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 aprons4you.com
AuthUserFile /home/apronsy1/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/apronsy1/public_html/_vti_pvt/service.grp
RewriteCond %{HTTP_HOST} ^aprons4you.net$ [OR]
RewriteCond %{HTTP_HOST} ^www.aprons4you.net$
RewriteRule ^.$ "http://aprons4you.com/" [R=301,L]
BEGIN WordPress
END WordPress
>
>
> ```
#### BOF SSU
Options +FollowSymLinks
RewriteEngine On
# Change "/zencart/ to the correct setting
# if your site is located at root folder, then you should have RewriteBase /
# Go to your include/configure.php, this value should be the same with the value of DIR_WS_CATALOG
RewriteBase /zencart/
# Deny access from .htaccess
RewriteRule ^\.htaccess$ - [F]
RewriteCond %{SCRIPT_FILENAME} -f [OR]
RewriteCond %{SCRIPT_FILENAME} -d
RewriteRule .* - [L]
RewriteRule ^(.+) index.php/$1 [E=VAR1:$1,QSA,L]
#### EOF SSU
I know that goes in there somewhere but I can't figure where, also, my site is https://www.aprons4you.com, so i'm not sure why it's pointing to aprons4you.net??? I do own that and it's pointed here as well but that is not the parent url?
Thanks,
just a re-post I still need help if available