ckw
Forum Replies Created
-
It appears resolved. Please ignore.
Forum: Plugins
In reply to: [Booking calendar, Appointment Booking System] Changing headersThanks for the response, is that only in in the PRO?
FYI – The problem is that I changed the host domain name to repderricksmith.com prior to the changes you have assisted me with. In some places, the image url contains the old url (i.e. govstrategicsolutions.org/….). I have to change those to the new domain name repderricksmith.com/…
Craig
I use a folder named Images, so the location is /wordpress/images. I think the problem is where I have hardcoded a given image url (i.e in a sidebar widget).
BTW – you are the man!
Thanks,
CraigI guess a second set of eyes is a good thing. I appreciate you taking a look at this and of course, once corrected, it does work.
One additional question: do you suggest that I enter the full url to my images on the media settings page? or is there a different (better) way to get to my media?
I truly appreciate your assistance. I owe you one…
Craig
Thanks for the quick response. Yes, I copied both the index.php and .htaccess files from /wordpress into the root /html. I changed index.php per instructions. I went to permalinks and as directed, updated (replaced) code in .htaccess in the root with:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>Note: I did not touch the .htaccess file still in /wordpress folder.