• I have two websites on WordPress that are both not working. Here is the message I get. The page isn’t redirecting properly
    Firefox has detected that the server is redirecting the request for this address in a way that will never complete.

    * This problem can sometimes be caused by disabling or refusing to accept cookies.

    The websites are https://www.asianantique.biz and https://www.catalogsmailbox.com

    Thanks in advance

Viewing 9 replies - 16 through 24 (of 24 total)
  • have you selected the default option in the permalinks?

    a questions to others here, if he renames the .htaccess to htaccess.php.default the permalinks will become ugly/default agian…

    also, in the general, in settings, have you put your website url?

    and, i would also suggest to de-activate all the plugins, sometimes a faulty plugin can cause such trouble…

    looking foreword to your reply,

    Thread Starter portfood

    (@portfood)

    In my .htaccess file is
    /_borders
    /_derived
    /_fpclass
    /_overlay
    /_themes
    /_vti_cnf
    /_vti_log
    /_vti_pvt
    /_vti_script
    /_vti_txt
    /access-logs
    /All-free-catalogs
    /aspnet_client
    /bin
    /cgi
    /cgi-bin
    /etc
    /etc.back-1216848029
    /fantastico_backups
    /ftp
    /home
    /images
    /index2.htm
    /mail
    /mail.back-1216848029
    /php
    /public_ftp
    /public_html
    /stats
    /theme2
    /Themes
    /tmp
    /www
    /012.jpg
    /backup-5.19.2009_18-32-48_portfood.tar.gz
    /backup-5.19.2009_18-35-26_portfood.tar.gz
    /backup-5.19.2009_18-44-12_portfood.tar.gz
    /backup-5.20.2009_11-57-12_portfood.tar.gz
    /backup-5.23.2009_09-27-24_portfood.tar.gz
    /cpbackup-exclude.conf
    /portfood_antique-1216848227.sql
    /portfood_blog-1216848229.sql
    /portfood_wrdp1-1216848232.sql
    /portfood_wrdp2-1216848233.sql
    /portfood_wrdp3-1216848236.sql
    /portfood_wrdp4-1242579697.sql
    /style.css
    /wp-settings.php

    Thread Starter portfood

    (@portfood)

    Weddingcakes

    have you selected the default option in the permalinks? Yes no change

    also, in the general, in settings, have you put your website url? Yes it is there.

    and, i would also suggest to de-activate all the plugins, sometimes a faulty plugin can cause such trouble… Did this and no help.

    humm… i haven’t seen an even busier htaccess file yet!

    don’t do anything yet, see a few replies before doing anything, but i “guess” there is some problems with the htaccess file, looks like it is re-directing everything to home…

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    That’s not an .htaccess file… Or if it is, it’s horribly wrong. An .htaccess file should look like this:

    # 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

    What you gave looks like the folder view of the folder that CONTAINS .htaccess.

    Out of sheer curiosity, are you pressing ‘save’ after changing permalinks?

    Thread Starter portfood

    (@portfood)

    Knowing myself like I do I am not surprised things look horribly wrong.
    Should I put the the info. you gave on a .htaccess file ?
    Yes, I managed to hit save all the time.

    let’s try one domain at a time – this one
    https://www.asianantique.biz/about
    https://www.asianantique.biz/61
    https://www.asianantique.biz/asian-furniture

    as you can see, the permalinks are all over the place
    you must have some kind of .htaccess to get the mixed pretty permalinks, so my op is dead on

    Thread Starter portfood

    (@portfood)

    I understand Samboll , but what on earth do I do now ?

    I will look at it if you want to supply me your blog(s) log in info
    [email redacted – contact made]

Viewing 9 replies - 16 through 24 (of 24 total)
  • The topic ‘Websites not working’ is closed to new replies.