Viewing 10 replies - 1 through 10 (of 10 total)
  • Those are two [2] different addresses. Stick to one – even the big G. will see it as two site with identical content, and you know they don’t like it.

    Thread Starter daok

    (@daok)

    Ok but I have one folder with WordPress on it, how can it be 2 websites?

    www = a subdomain (and not really needed nowadays…)

    Thread Starter daok

    (@daok)

    Ok I changed the .htaccess of wordpress to that :

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    Options +FollowSymLinks
    RewriteEngine On
    RewriteBase /
    RewriteCond %{HTTP_HOST} !^forexvirtuel\.com$ [NC]
    RewriteRule ^(.*)$ https://forexvirtuel.com/$1 [R=301,L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    Now everytime I use www, it goes without it but I still have the PHP error, why?

    Thread Starter daok

    (@daok)

    I took it off since all pages weren’t accessible. Humm ??

    Thread Starter daok

    (@daok)

    I do not understand because I have one other web site that I can go with www. and without. Why does WordPress crash?

    Thread Starter daok

    (@daok)

    Warning: Cannot modify header information – headers already sent by (output started at /home/af1562/public_html/forexvirtuel.com/wp-content/themes/pureflowers/pureflowers/functions.php:1) in /home/af1562/public_html/forexvirtuel.com/wp-includes/pluggable.php on line 770

    functions.php:1)
    Empty space or line in functions.php at the very beginning – outside of the starting
    <?php

    Thread Starter daok

    (@daok)

    There’s no space ??

    Check the screenshot : https://img187.imageshack.us/img187/2927/sswordpresserrorni1.png

    Thread Starter daok

    (@daok)

    I really do not get it. I think it’s the Theme that I have downloaded that has a problem. If I erase everything in the functions.php, it works. If I keep <?php ?>,… nothing inside, it crash… so I just clear all the file… it works…

    weird wp bugs

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘www and without acting differently!’ is closed to new replies.