I'm using WordPress latest version, when I'm change the permalink from plain to post name the blog link is not working in xampp and showing 404 not found. I didn't understand why it happens. I'm here for help.
Related
I've gotten the 4.3.08 fishpig extension working with my 1.7 Magento site (yes, I know it's a very old magento version). The integrated blog looks great and has the magento theme when I access it via the Site Address URL. However, I can still access the non-integrated blog when I type the Wordpress URL into a browser. That url doesn't have the integrated theme - it's just the plain posts. I don't want google to index that wordpress url or for users to find that url. I want them to only see the Site Address URL. I have done a ton of searches but can't seem to find how to do this. Looking for help!
You haven't included your URL so I can't provide accurate feedback. That being said, if configured correctly, the WordPress URL should give a 404 error page. This won't be seen by anyone and won't be indexed by search engines.
If the WordPress URL is visible and everything is configured correctly, you may be using the default permalinks (eg. /blog/?p=123). Change the Permalink structure at Settings > Permalinks and the WordPress URL should generate a 404 page.
i've found a topic related to this question but i haven't found a solution.
I've installed mamp, and installed wordpress. Home page is working great, but i get error 500 in localhost/theme/wp-admin and wp-login.
I've found siteurl and home in database, and I have this two paremeters with correct url. ( I have no home in any of this parameters )
I have neither .htaccess.
Thank you in advance.
First try to create .htaccess file from WordPress Codex page.
Next, try to reupload the wp-admin and wp-includes folders.
Update:
You mentioned in the comments you get the following error:
cannot create references to/from string offsets in /wp-includes/user.php
It looks to me that you are using PHP 7 on an older WordPress version.
Try using the fix below:
https://core.trac.wordpress.org/attachment/ticket/37071/fix-wp-login-error.patch
You can access Wordpress admin page
localhost/wp-admin
or
localhost/admin
I run Wordpress on my XAMPP but when I want to change the permalinks from default to post it just does not work correctly.
When I click my page, it says No object found, how cam i solve this problem ? thanks
I have recently started working with Wordpress MS (the new WPMU). I have just installed everything and have a few different domains working off of the same Wordpress MS install.
I am using the WordPress MU Domain Mapping plugin to handle different domain names.
Problem I am having is working with permalinks. I would like the URL to display something like this http://blakebullis.me/sample-post/ ... but whenever I change the permalink settings to be more SEO friendly I get a 404 error. The page only works properly when I use the default permalink settings http://blakebullis.me/?page_id=2
Problem has been solved. I used this article to figure it out http://wordpress.org/support/topic/wordpress-mu-domain-mapping-plugin-052-mysteriously-still-not-working
Within my /etc/apache2/sites-available/[domainname] ... I changed the "AllowOverride None" to "AllowOverride All" for my configuration
I changed my permalink structure from the standard wittstylepark.at/?p=123 to wittstylepark.at/postname. Then I installed the permalink migration plugin from http://www.deanlee.cn/wordpress/permalinks-migration-plugin/. Now the redirection is working fine - when I type in the old url e.g. wittstylepark.at/?page_id=36 its redirecting to the new url that is e.g. wittstylepark.at/friseursalon/.
But now I'm still getting a 404 error message and also if I'm in the wordpress backup working on a page and then press the preview button there is no content to show. I also installed the redirection plugin from http://urbangiraffe.com/plugins/redirection/ - but I'm not sure if I'm doing the right thing - because what are working redirections for if the site which they are redirecting to isn't working either.
I might be too late to answer but actually, you don't need to worry about redirections now. With the latest version of Wordpress, the post permalinks are automatically redirected to the new permalink versions. No need to install any plugins make sure to upgrade your wordpress version and it would work.