Forum Replies Created
-
AuthorPosts
-
frsnMember
My hosting provider sucks. I found out that the error was that my .htaccess file was not overwriting the weird URL (original server URL) with my domain name. This helpful person on the internet gave the solution:
[http://www.blog.web6.org/wordpress-permalinks-404/]
Basically I pasted
# BEGIN WordPress
<IfModule mod_rewrite.c>
ErrorDocument 404 /index.php?error=404
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
into my .htaccess file instead of what was there. Now the shopping cart works and all my URLs are my domain name.
Thank you so much for your help! I totally appreciate that you always provide support to your customers.
frsnMemberThank you for your reply! So do you think I messed up when I moved my wordpress to a new directory?
Everything is supposed to be at [http://www.knightshillpublishing.com now] That other URL is the original one I got from my host.
July 15, 2011 at 5:50 am in reply to: Variation select box bounces back to home page — can't put product in cart! #34244frsnMemberHi Ivy,
Thanks for your reply! Here’s my shop page:
http://www.knightshillpublishing.com/?page_id=257
You can sometimes select the variation that is already visible in the dropdown menu for each ebook (Epub). But if you try to select a different variation, it bounces you back to the Home page. I really need to get this sorted out pronto! I appreciate any help you can give.
frsnMemberThat did it! Thank you for your help.
frsnMemberOK, thanks! Now how about files I uploaded via FTP? How do I get the URLs for those?
-
AuthorPosts