https://healthycarpetsnow.com/choosing-the-best-carpet-for-your-home
https://healthycarpetsnow.com/choosing-the-best-carpet-for-your-home/1
https://healthycarpetsnow.com/choosing-the-best-carpet-for-your-home/2
https://healthycarpetsnow.com/choosing-the-best-carpet-for-your-home/3
https://healthycarpetsnow.com/choosing-the-best-carpet-for-your-home/4
https://healthycarpetsnow.com/choosing-the-best-carpet-for-your-home/5
Believe it or not Google is actually indexing these pages but it has to be hurting me in the rankings. The thing that really boggled me is, none of urls with a # at the end is NOT in my pages section on my wordpress dashboard. I belive it has somthing to do with the tile of the image(s) on the actual page. For key word reasons I name the image “Choosing the best carpet for your home” But why in the world would WordPress think thats another page and create a entire different fake duplicated page? Please help me, Im looking for a quick fix and explication if possible. If I exclude image from sitemap will this fix the issue maybe?
]]>I moved our site over to multisite last week – but more so just set up an entirely new multisite and then imported our existing content in. Ever since moving over to the new multisite, my permalinks look like this https://onemillionkids.org/?v=7516fd43adaa (homepage) https://onemillionkids.org/sponsors?v=7516fd43adaa (secondary pages).
I should mention that I’ve removed the /blog/ slug because it doesn’t really work with our web structure and we’ll never use the /blog/ slug for anything anyways.
But why is it adding this ?v=7516fd43adaa to the end of our urls?
Thanks!
-Brad
]]>When accessing secondary pages on my site, we are getting the HTTP Error 404.0 – Not Found error message. This just started happening 4 days ago. When reviewing the WP Forum it would seem that I need to fix “Permalink Issues” which is fine however, I am unable to login to our Admin Site to do this.
When I attempt to login to the Admin Page, I get a White Screen with the message that “Object Moved” followed on the next line by “This document can be found here” with here being a link to follow
When I follow the link “here” it sends me right back to the Login Screen so I am stuck in a loop.
I am not sure what version of WP we are using.
Any help would be appreciated
]]>This is my code but pagenavi not working,i have done this on archive-gallery but no pagination is seen in my output page that is localhost/wordpress/gallery
]]>Yesterday I moved my website from one server to another, it was previously installed on a W7 virtual machine (Windows HyperV) running from server 2012 but I have now reinstalled the website onto a standalone W7 Pro machine.
I basically did this to make the most of the computer hardware resources as my site was running a bit slow.
Anyway, I now have the website re-installed on W7 using IIS 8 express and URL Rewrite Module 2. (using MySQL Community 5.6.24.0 and PHP 5.3.27)
MY ISSUE: If I change the permalinks structure within the WP Admin Panel (under settings, permalinks) to anything other than the default setting then some of my images stored in my media library disappear, they basically show a small red cross instead of the image.
For some reason, all images that were uploaded to the library before I migrated to the new W7 machine are all showing ok, it is only new images uploaded since reinstalling wordpress that are an issue.
I wanted to change the permalink structure from the default ‘http:mywebsite/?p=12’3 to ‘https://mywebite/sample-post/’
I have tested this ‘https://mywebite/sample-post/’ structure by creating a new post and seeing what url address I get in the browser address bar, the url address does change to the new structure so therefore I know that the URL rewrite module is technically working, however I need to find out why this structure is affecting the images in my library
When I upload an image to the library and go back to the main media library page then the small thumbnail image from the images list is visible, if I then click on the image to bring up the editor page, it disappears. I also find the image is not visible in any post that it has been uploaded to.
My web.config file has the following lines of code:
<?xml version=”1.0″ encoding=”UTF-8″?>
<configuration>
<system.webServer>
<rewrite>
<rules>
<rule name=”wordpress” patternSyntax=”Wildcard”>
<match url=”*”/>
<conditions>
<add input=”{REQUEST_FILENAME}” matchType=”IsFile” negate=”true”/>
<add input=”{REQUEST_FILENAME}” matchType=”IsDirectory” negate=”true”/>
</conditions>
<action type=”Rewrite” url=”index.php”/>
</rule></rules>
</rewrite>
</system.webServer>
</configuration>
If I delete the web.config file from the wordpress installation folder then the issue goes away, but then none of my web pages are viewable as I will get browser error pages. Once I delete the web.config file, when I re-save the permalink structure then a new web.config file is automatically generated with the above code in, I assume this is normal practice.
Please help with my issue, I’ve been trying to solve this for 3 days now and is doing my nut in!, thanks in advance
]]>When you go to any subpage, the homepage shows up, although the url is correct: https://www.horizon-health.org/test/about-us/
If I turn off permalinks, the pages display fine.
I contacted the hosting company, and they said: The .htaccess file is now being processed and mod_rewrite is working.
Any help would be appreciated! Thanks.
]]>Here is one of my old pages (links):
https://www.diyresolutions/blog/2009/12/should-you-put-your-property-management-data-online/
Here is the current, SAME page (link) above:
https://www.point2propertymanager.com/blog/?p=34
Here is blog .htaccess code# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /blog/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /blog/index.php [L]
</IfModule>
# END WordPress
Here is the root level .htaccess lines of code I’m using:
RewriteRule /blog/(.*)$ https://www.point2propertymanager.com/blog/ [R=301,L]
RedirectMatch 301 /blog/([0-9]+)/([0-9]+)/(.*)$ https://www.point2propertymanager.com/blog/$3
HERE’S THE ERROR THAT I GET IF I GOOGLE AN OLD LINK FROM THE OLD SITE
Oops! Internet Explorer could not find www.diyresolutions
IT’S NOT REDIRECTING BECAUSE IT CAN’T FIND THE PAGE. I’M NOT SURE WHAT TO CHANGE AT THIS POINT.
THANK YOU – CYNDI
Thank you in advance. I am newb to WP.
]]>(in the meantime I have changed the permalinks back to the ugly default version)
I have chmod 666 my htaccess file as suggested but this makes no difference. This is what my htaccess file looks like at present;
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
can anyone suggest anything else, i’m so fed up with it but i’m loving the wordpress blog format.
Cheers
]]>