webmasterarea29
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Changing Site Addressok, as a newbie I made the ultimate mistake. I forgot to refresh my browser. Also, and what should have been a dead give away for me, when I was trying to go back to the site, I was using a bookmark which had/New in the link. That was of course taking me to any page it found with new in the name, and hence I was getting the new group form. I’m all fixed now.
Thanks for help.
Forum: Fixing WordPress
In reply to: Changing Site Addressok, I copied the .htaccess file into the root. No change. Here is the contents of that files:
# Use PHP5.4 as default
AddHandler application/x-httpd-php54 .php# 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: Changing Site AddressDisregard last. I’m still a WP newbie. I was not looking at hidden files. I have a .htaccess in both directory, the Root and new directory. I will follow the instructions to copy the file to the root folder and see if that makes the difference. My apologies.
Forum: Fixing WordPress
In reply to: Changing Site AddressMy understanding from the CODEX I listed above, it says I may not if I’m not using pretty permalink.
Forum: Fixing WordPress
In reply to: Changing Site AddressDon’t have a .htaccess file. I’m not aware of any forwarding. When I have the site address set to the New directory, everything works fine. So it must be loading something other than the wp-blog-header.php file. You think?
Forum: Fixing WordPress
In reply to: Changing Site AddressFollowed instructions carefully. No joy.
Forum: Fixing WordPress
In reply to: added child theme can't get to dashboardFigured it out. I had put the funtions.php file in the new child folder, but I just copied it from my parent folder and it was still pointing to the parent setup.