daok
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: www and without acting differently!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
Forum: Fixing WordPress
In reply to: www and without acting differently!There’s no space π
Check the screenshot : http://img187.imageshack.us/img187/2927/sswordpresserrorni1.png
Forum: Fixing WordPress
In reply to: www and without acting differently!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
Forum: Fixing WordPress
In reply to: www and without acting differently!I do not understand because I have one other web site that I can go with www. and without. Why does WordPress crash?
Forum: Fixing WordPress
In reply to: www and without acting differently!I took it off since all pages weren’t accessible. Humm π
Forum: Fixing WordPress
In reply to: www and without acting differently!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 ^(.*)$ http://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?
Forum: Fixing WordPress
In reply to: www and without acting differently!Ok but I have one folder with WordPress on it, how can it be 2 websites?
Forum: Themes and Templates
In reply to: Insert img in a theme (optimization question)thx!
Forum: Themes and Templates
In reply to: Insert img in a theme (optimization question)Yeah but I would like to insert a clickable banner for few weeks. How can I do that with CSS? Usually I just but link tag <a… and the <img tag and it’s quick done π
Any trick?
Forum: Themes and Templates
In reply to: Charset with French wordYeah but I haven’t create the file. The file type is set in the creation… it’s ok dude, you are right if you want π
Forum: Themes and Templates
In reply to: Charset with French wordThank you moshu you find it!
The theme was saved in ANSI! I do not think it’s MY (user) negligence but more of the theme creator…
Well, thx all π
Forum: Themes and Templates
In reply to: Charset with French wordThx guys, the problem is that I do not want to use those accented character everytime. I had 2 websites that was not using WordPress and I was able to simply write content in the Html without having to change every “Γ©”, “Γ¨” and “Γ ” that are very often in french.
If WordPress have no other option, I will use your idea of accented letter with the html code but that would be a lot more practical if I could juste write directly.