rickipll
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Inserting images not workingChris,
This only started happening on my latest post from today. I tried inserting an image and nothing happened. It was working fine before which is why you can see the images in previous posts. I’ll be glad to give you my login credentials if you want to go in and try it yourself. Thanks for responding. Warmest Regards,
Rick
Forum: Fixing WordPress
In reply to: Inserting images not workingIn mine nothing gets inserted for images – http://www.snfornewbies.com
Forum: Installing WordPress
In reply to: How do I log into my blogThank you for your responses. I have resolved the issue. It may be that my current host doesn’t support WordPress 2.7. I went back to version 2.6 and it worked.
Forum: Plugins
In reply to: Problem with changing permalinksSomehow figured it out. It is all working now. Thanks for your help.
Forum: Plugins
In reply to: Problem with changing permalinksOne more thing that might help. Here are the two URL’s for the default structure and the custom one respectively:
Old:http://www.snfornewbies.com/?p=69
New: http://www.snfornewbies.com/helping-you-understand-the-value-of-twitter/69/
I’m guessing that the problem is that /69/ is still part of the new URL and that it should be removed? If this is the case, then I could use some help.
Thanks
Forum: Plugins
In reply to: Problem with changing permalinksOK, so I found my .htaccess file on my host. Here is what it looks like
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
What do I need to change it to? I also changed the permission on this file to 777.
The custom permalink structure I’m using is this:
/%postname%/%post_id%/The error I get when I click on the individual posts is this one
Redirect Loop
Firefox has detected that the server is redirecting the request for this address in a way that will never complete.
The browser has stopped trying to retrieve the requested item. The site is redirecting the request in a way that will never complete.
* Have you disabled or blocked cookies required by this site?
* NOTE: If accepting the site’s cookies does not resolve the problem, it is likely a server configuration issue and not your computer.Forum: Plugins
In reply to: Problem with changing permalinksNo I didn’t. I had read something about this file however I don’t know where it is located. Would you tell me where I can find the .htaccess file? And once I find it, what do I update it to?
Thanks
Rick
Forum: Plugins
In reply to: Problem with changing permalinksDagon Design,
Unfortunately when I change the permalink structure and click on the individual posts, I get an error message.
Thanks