carinallc
Forum Replies Created
-
Cory – my apologies.
I loaded NGINX for a reverse proxy, and didn’t take that into account. That was the difference.
Lesson learned. Thanks for replying, sorry for the false positive.
Chris
Thanks for replying Cory, I’m really anxious to see if Duplicator will fit my needs.
Ok, the Permalinks are exactly what I have them set to on the original site.
What I have noticed is that if I create s new post, I can Preview it
https://localhost:7888/?p=1957&preview=trueBut once I Publish, I get a 404 on this link.
https://localhost:7888/mytestpost/Forum: Networking WordPress
In reply to: Internal Server Error on Create New SiteMy .htaccess. Thanks again for any insite.
Again, I get a 500 Internal Server error. I can go to the site but there isn’t a Theme and none of my network themes are available either
*********************************************************
# BEGIN WordPress<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ – [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) sitename/$2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ sitename/$2 [L]
RewriteRule . /index.php [L]
</IfModule>
# END WordPress# BEGIN wtwp_cache
# END wtwp_cache# BEGIN wtwp_security
# END wtwp_securityForum: Fixing WordPress
In reply to: [Plugin: WP e-Commerce] ProblemsI wish I had found this forum topic before convincing my client the WP e-commerce was the way to go. While I find alot to like about it, I too have been frustrated with the difficulty in finding answers or support.
My issue is with US Sales Tax calculation. We have filled in tax codes for all of the States in which the customer has a business location. It is for these (5) states that they must apply sales tax to orders shipped. Currently, only the Base Region (State) is calculated.
What we would like is this: When looking at the Shipping State, if the corresponding field is not blank in the tax percentage database, calculate sales tax. Pretty simple I suppose, but I’m having a hard time figuring out which file to look at to modify.
@mufasa – I am more than willing to pay to get this change made for me, and would share the code snippets with everyone else here in the US ??
I just need someone knowledgeable to respond. Much appreciated.
Forum: Installing WordPress
In reply to: Duplicate domain name in URLHi Douglas
I wonder if the spotty connection I had all last week played a part, as last night I deleted everything and started from scratch. Install went perfectly!
So thanks for the reply, and to everyone for their support.
Now, if I can just find out how to setup Automatic Upgrade…. ??
Thanks again!
Forum: Installing WordPress
In reply to: Duplicate domain name in URLWell, I started over again and confirmed the issue. I am installing to a hosted Windows server on GoDaddy, to which I have successfully deployed to a subdomain. I have associated another domain name [DomainName] to this server, pointing to the folder \[DomainName].
Upon installing WordPress 2.8.1, it will immediately point to https://www.DomainName.com/DomainName/
When I edit this in the settings, and log back in, the change is made again.
Any help would be appreciated – GoDaddy says it’s not their problem, and I can’t think of what I can be doing incorrectly.
Thanks
Forum: Requests and Feedback
In reply to: Why does my blog address redirect to another URL?I’m having the same issue with 2.8 I installed in the root folder.
Forum: Installing WordPress
In reply to: Duplicate domain name in URLYes, that’s what is odd. It shows the duplicate domain name there. When I change it back to https://www.DomainName.com and save, and then log back in (from https://www.DomainName.com/wp-admin) it logs me in to https://www.DomainName.com/DomainName/index.php again and the incorrect URL is back in the WordPress Address field again.
Forum: Plugins
In reply to: [Plugin: Sociable] Will Not Display the PicsI am using WP+BP, latest versions of both. Prior versions of Socialble worked fine, but I’ve had to deactivate it sitewide because of the issues noted earlier.
@ardee00 – thanks for the fix. However I’m not in a hurry and will wait for an update to the plugin.