-
AuthorPosts
-
April 24, 2014 at 5:33 am #255295
Ive tried everything and searched everything and nothing will fix the problem i am having.
Site is, www. allaspectmechanicalservices.com.au
When you open it, states ‘Page not found’ and url turns into the following (has anyone seen this happen before?)
http://www.allaspectmechanicalservices.com.au/htpp:/www.allaspectmechanicalservices.com.au/Ive tried setting other pages as the landing page and they too then start to receive the same error and do exactly the same to the url.
If anyone can let me in on why this is happening, it will be most appreciated.
Log into the back end if need be, i am happy for anyone to do so that thinks they could fix it.
Many thanks again from a resident of Melbourne, Australia.
April 24, 2014 at 7:31 am #255350This reply has been marked as private.April 24, 2014 at 7:36 am #255354Hey!
The issue is happening even with the default WP theme activated, i believe is caused by some code in your .htaccess file, try emptying it via FTP, it should be in the root directory.
Cheers!
JosueApril 24, 2014 at 8:21 am #255371This reply has been marked as private.April 24, 2014 at 8:45 am #255376this is everything from the .htaccess file (note when i delete the line of code, last line of text
‘RewriteRule ^/?$ “htpp\:\/\/www\.allaspectmechanicalservices\.com\.au\/” [R=302,L]’
the homepage comes up fine but all other pages do not work. driving me insane.# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
RewriteCond %{HTTP_HOST} ^www\.allaspectmechanicalservices\.com\.au$
RewriteRule ^/?$ “htpp\:\/\/www\.allaspectmechanicalservices\.com\.au\/” [R=302,L]April 24, 2014 at 8:55 am #255378This reply has been marked as private.April 24, 2014 at 3:57 pm #255575Hey!
Thank you for the update.
We visited the site using Chrome Windows 8 and it shows fine. Is this fixed? Please try to remove browser cache or test this on another computer. This is the site that we visited: http://www.allaspectmechanicalservices.com.au/
Regards,
IsmaelApril 24, 2014 at 6:57 pm #255691Fixed for me too, check it again.
Cheers!
JosueApril 24, 2014 at 7:33 pm #255734Yes all fixed!!! Big thanks Josue! But funny enough it was one of your responses on a previous thread that gave me the help to fix it.
Strange things were happening when i tried just modifying the htaccess file. Changing the permalinks from custom to something else and then back to custom which is what i wanted seemed to do that trick, although i was almost certain i had done that already a couple times. lolIm sticking a new thread up now regarding how to change the colour of the menu name in the footer. at the moment you can see it is a grey colour, but i am wanting white as the links are below it.
I suspect there is a css line of code for this? I cant find any option in the enfold theme backend.
Thanks
April 24, 2014 at 7:56 pm #255754You are welcome, glad we could help :)
Regards,
Josue -
AuthorPosts
- The topic ‘Weird Homepage problem / not found and adding strange extention to the domain’ is closed to new replies.