jbeauchemin
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Footer 3 widget content deleted but won't clear on websiteok thank you.
Forum: Fixing WordPress
In reply to: Footer 3 widget content deleted but won't clear on websiteMy site is not published yet.
As I mentionned I already did clear the cache.Forum: Installing WordPress
In reply to: Adding code ot .htaccess file in public_htmlYes I will send you the info by email.
Thanks a lot.
Forum: Installing WordPress
In reply to: Adding code ot .htaccess file in public_htmlYes I’m using Cpanel
Absolute path : /home/respe273/massacreanimal.org/dir3/
I removed the site outsite public_html as requested by the host provider, because the main domain is in there (respect-animal.ca)
Thank you
Forum: Installing WordPress
In reply to: Adding code ot .htaccess file in public_htmlMore help please ?
I have moved the website outside public_html and I created a sub-folder named “dir3” in which worpress is installed. Since the website already exist and is up running, I don’t want to replace it until I’m done with the new design.
If I type in http://www.massacreanimal.org/dir/wp-admin, the 404 error page shows up but if I type in http://www.massacreanimal.org/dir/wp-admin/index.php it gets me to the wordpress login page. But I still have the same problem when I do a preview in worpress, the 404 error page shows up instead.
My host doesn’t know what to do with this.
Please help me figure it out.
Thank you.Forum: Installing WordPress
In reply to: Adding code ot .htaccess file in public_htmlIf this can help, here’s what’s in my htaccess file:
# Cette ligne permet d’afficer la page index
suPHP_ConfigPath /home/respe273/massacreanimal.org/<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>DirectoryIndex index.html index.cgi index.pl default.htm
# Cette ligne permet la récursivité du fichier php.ini localisé dans public_hmtl
suPHP_ConfigPath /home/respe273/massacreanimal.org/RewriteEngine On
RewriteCond %{HTTP_HOST} ^massacreanimal.org [NC]
RewriteRule ^(.*)$ http://www.massacreanimal.org/$1 [L,R=301]rewriteRule ^/fr/payment\.htm$ /http://www.massacreanimal.org/index.html [R=301,L]
Forum: Installing WordPress
In reply to: Adding code ot .htaccess file in public_htmlThank you mypchost for your quick reply.
It’s not a wordpress install inside a wordpress install.
The website is standard and I want to create a new one with worpress.
It’s not a sub domain but a regular domain. So I’m not sure that : subdomain.massacreanimal.org will work.I just created a copy (www.massacreanimal.org) directly in home.
I’m not sure at this point what to do next.Thank you.