ca204valry
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 3.6.1 is NOT working with emailing (class-phpmailer.php)I am also using 3.6.1 and Gravity forms, and emails have stopped going after the upgrade…
Is there any resolution in sight?
Forum: Fixing WordPress
In reply to: Problems moving from directory to rootWhat url is shown in the browser’s address bar?
This seems to have magically resolved! I am closing this thread! Thanks esmi for all your help!
Forum: Fixing WordPress
In reply to: Problems moving from directory to rootWhere is this 404 error occurring?
When I try to preview a post
Forum: Fixing WordPress
In reply to: Problems moving from directory to rootesmi
No its not. Its showing a error 404 now! :-/
Vineet
Forum: Fixing WordPress
In reply to: Problems moving from directory to rootWhen the blog was in a directory, I was unable to preview posts and used to open the homepage instead. That is where is entire story started. I guess I better search for a easier solution to the problem!
GovPatel,
The reason you see it like that is because the Site URL and WordPress URL have been changed in the settings>General
Forum: Fixing WordPress
In reply to: Problems moving from directory to rootEsmi,
What you see now is the site rolled back to its original state. All the content is back in its original folder.
Govpatel,
I tried to rename .htaccess to htaccess.txt but that was of no avail.
Forum: Fixing WordPress
In reply to: Problems moving from directory to rootYes I did. All that’s mentioned in the link you gave. After which i started getting a Error 500 and not able to login to the dashboard since. I am now going back to the previous state and starting over.
Forum: Fixing WordPress
In reply to: Problems moving from directory to rootHi Esmi
I did the steps mentioned in the link you provided. But after doing that I am unable to open the site, and getting a Error 500 message. I am not able to login to the dashboard as well to update the permalinks too
Forum: Fixing WordPress
In reply to: Problems moving from directory to rootThis is what my .htaccess reads like:
RewriteEngine off
<IfModule mod_suphp.c>
suPHP_ConfigPath /home/bisonsri/public_html/home/php.ini
<Files php.ini>
order allow,deny
deny from all
</Files>
</IfModule># BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /home/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /home/index.php [L]
</IfModule># END WordPress
Which I changed to:
RewriteEngine off
<IfModule mod_suphp.c>
suPHP_ConfigPath /home/bisonsri/public_html/php.ini
<Files php.ini>
order allow,deny
deny from all
</Files>
</IfModule># 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
Forum: Fixing WordPress
In reply to: Problems moving from directory to rootIf I have to make changes to the permalink from phpadmin what should the new settings read like?