JustTina
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Adding Signature Image to PostsI always try to bookmark support solutions I find so I can refer back to them, ClaytonJames, but I can’t find the one I used for this. But I’m pretty sure it did involve adding code to index.php.
And thank you, Erfo! That worked.
Thank you both!
Forum: Fixing WordPress
In reply to: Major ProblemsJust as a follow up…a support person at LP did something related to .htaccess, which I believe is what enabled the main page of my site to show up. I went to look at the .htaccess file. It says it’s “Empty.” The LP help desk person who answered my ticket said she changed it to htaccess_old, and this is what is shown in that file:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
DirectoryIndex index.phpRewriteCond %{HTTP_REFERER} !^http://primitivesquaremarketplace.com/.*$ [NC]
Forum: Fixing WordPress
In reply to: Major ProblemsThanks, Chrisber…but what does that mean I should do? All I did was click on the link to enable the hotlink prevention. Then I went back and clicked on the link to disable it. Lots of folks are telling me that the problem is with my .htaccess file…but I have absolutely no clue at all how to fix that.