Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #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.

    #255350
    This reply has been marked as private.
    #255354

    Hey!

    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!
    Josue

    #255371
    This reply has been marked as private.
    #255376

    this 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]

    #255378
    This reply has been marked as private.
    #255575

    Hey!

    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,
    Ismael

    #255691

    Fixed for me too, check it again.

    Cheers!
    Josue

    #255734

    Yes 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. lol

    Im 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

    #255754

    You are welcome, glad we could help :)

    Regards,
    Josue

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Weird Homepage problem / not found and adding strange extention to the domain’ is closed to new replies.