Quote:
Originally Posted by TheLastSuperman
^ Check .htaccess file for any redirects, some folks use cpanel for redirects as well so it could be coming from there.
Edit: It sounds like your host simply misunderstood which was the primary versus add-on but also sounds like they at least attempted to do a redirect for you even though it was wrong, still nice of them to try and help you sort this imo.
|
I found the .htaccess file and it was so I changed it to this....
# Use PHP5.4 as default
AddHandler application/x-httpd-php54 .php
RewriteEngine on
AuthUserFile "/home/bremereric/.htpasswds/public_html/passwd"
RewriteCond %{HTTP_REFERER} !^http://aspenandvolare.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://aspenandvolare.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.aspenandvolare.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.aspenandvolare.com$ [NC]
RewriteRule .*\.()$ - [F,NC]
--------------- Added [DATE]1443231584[/DATE] at [TIME]1443231584[/TIME] ---------------
Okay I uploaded the .htaccess file and it is still redirecting to fbodymopars. I chose to overwrite the file. Still a no go.
--------------- Added [DATE]1443232783[/DATE] at [TIME]1443232783[/TIME] ---------------
Point me to the cpanel PHP please