how to change folder to subdomain in window hosting? - html

i have to make a blog via Google blog spot. but now i have to make a word press blog... now i have to deleted blog spot account... and also make a sub domain same name 'blog' but currently Google blog spot not working is showing.
i also made a word press blog in other name... now i want when anyone open..
www.domain-name.com/folder-name
then this will automatic change URL as
folder-name.domain-name.com

Related

Problem with internal linking after website migration to GCP

So, I have migrated my websites to Google Cloud Platform, and that works fine, most of it. But, some links have some issues with the permalink format. For example, I have an internal link to my other page and the link is something like mywebsite.com/some-page, but for some reason after migrating some links turned to mywebsite.com/some-page/some-page/. I check the HTML code, and it looks fine. Here's an example page:
https://sewingmachinelife.com/learn-how-to-sew-different-clothing-materials/
Near the bottom you have these 2 internal links:
If you click them you'll see that one of them is fine, and one of them is not. I have this issue with 3 more websites migrated to GCP. Any ideas why this happened?
Here's the HTML code:
<h3>Silk and Satin</h3>
Silk and satin are materials made for perfect elegant dresses, skirts, blouses, or exclusive bed sheets.
I think I see the problem now:
Both links contain a category name (/beginner-info/) in the link target URL:
https://sewingmachinelife.com/beginner-info/10-tips-for-sewing-with-silk
and
https://sewingmachinelife.com/beginner-info/10-tips-for-sewing-with-satin-fabric
This is not a valid url, because your permalink structure is currently set to Post Name and not to:
/%category%/%postname%/
So what happens is that WordPress tries to find the correct item via the slug and redirects to it:
Satin gets correctly redirected to the right place (same url without the category) because it has a unique slug.
Silk on the other hand share a slug with an attachment (image) and gets redirected there (that's why you see the slug twice - note the attachment name)
To solve all this you will either need to change the Permalink structure one last time to Custom Structure -> /%category%/%postname%/
OR
You can remove the category from all the links in your content (e.g. replace every sewingmachinelife.com/beginner-info/ to sewingmachinelife.com/ (You'll need to do that for all categories)
Did you try to refresh the WordPress permalinks after the migration?
Go to Dashboard >> Settings >> Permalinks and under 'Common Settings' - note the current selection and then select 'Plain' and save changes.
You then revert back to your original permalink structure of choice - this usually resolves such problems (don't forget to also clear the cache if your using a cache plugin)

How can I verify Google Search Console account on Flazio website?

I'm new on StackOverflow.
I'm designing a website with Flazio and I have created an account on Google Search Console.
I'm trying to verify the property with the HTML tag option, which says:
Copy the meta tag below, and paste it into your site's home page. It should go in the <head> section, before the first <body> section.
<meta name="google-site-verification" content="w7fglrpZ1_a-8gXkpLnneLOLJfuUeYsMyMot3k8mHyA" />
I've tried to paste this code inside the Script component (I found it in the Utilities category), but nothing happened. I've also tried to switch between the HTML and Script modes of the component, but nothing changed.
Can you help me?
I found this tutorial
How to improve the SEO positioning of the website - Flazio
In the "Panel Search Engine Optimization" paragraph you can find the solution.
To start open the panel management that you find on the right and click on the wheel settings. By clicking on the “Indexing Site” you will be able to carry out the optimization basic-general of the site, and that of every single page.
a) the title of the website: must be fully explanatory of the service that you offer
b) description: a description full of keywords
c) key words: word, word key, words, etc.
d) Verify your website on Search Console by connecting to the address
https://www.google.com/webmasters/tools/home.
You can observe the following procedure:
Click on Add Property
Enter the name of your website in the DOMAIN panel.
Copy the TXT Record that will appear. (similar to google-site-verification = N4mmlc0UyXcT7Gnb3FI2S-cDSNxs-NFTLHyzuqSg-qc).
Paste the TXT Record in the Search Console field, present in Advanced of the Flazio Indexing panel.
You can add the meta tag (or any custom CSS/JS code) through the Head/Body Manager tool in the Manage Website menu (i.e. the wheel icon on the right of Flazio Editor).

DokuWiki clicking on link displays FORBIDDEN page

I have searched the Forums and elsewhere for an answer... I'll keep researching but hoping that someone has run into this before...
I am using the latest download version of the “Closed” DokuWiki. I am building a Knowledgebase of forms and processes. I created a Start page and Menu page for all users to view, anything beyond that requires a login.
As admin, I can see all images and have access to all links. Click the link, the forms displays perfectly. (So no issue with capital letters or spaces).
However, when I login as a User, I can access all of the pages and see all of the text, but when I click on a link, the same Form as admin, instead of the form displaying in a new page, a new page is displayed with the word “Forbidden”.
So, I'm fairly sure it's an ACL issue. For example, I have the page “Office Administration” available to all Users. Do I need to somehow create a namespace or new page for all of the links, then give permission again? I was hoping that by making the page accessible to all users, this would also allow them the click on all of the links on that page as well??
How do I make the links accessible to all users? Image links are displayed to admin only. Not even registered users can view the images... text is fine... images show as broken links.
Appreciate any help you can offer! I have only been using DokuWiki for a couple of weeks but I am very happy with the results for far!
It was definitely an ACL (Access Control List) issue... so many settings...
I changed the Root* access to Upload and set the Start and Menu pages to Read only. From here on out it's setting permissions per user. whoo-hoo!

How to find the parent page of a webpage

I have a webpage that it cannot be accessed through my website.
Say, my website is www.google.com and the webpage that I cannot access using the website is like www.google.com/iamaskingthis/asdasd. This webpage appears on the google results when I type its content, however there is nothing which sends me to that page on my website.
I've already tried analyzing the page source to find its parent location but I can't seem to find it. I want to delete that page, but since I cannot find it, I can't destroy it either.
Thank you
You can use a robots.txt file to prevent search engine bots from visiting a page, and thus not showing search results for it.
For example, you can create a robots.txt file in the root of your website and add the following content to it:
User-agent: *
Disallow: /mysecretpage.html
More details at: http://www.robotstxt.org/robotstxt.html
There is no such concept as a 'parent page'. If you mean, by which link Google found the page, plese keep in mind, that it need not be under your control: If I put a link to www.google.com/iamaskingthis/asdasd on a page on my website and thegooglebat crawls it, it will know about it.
To make it short: There is no reliable way of hiding a page on a website. Use authentication, if you want to restrict access.
Google will crawl the page even if the button is gone, as it already has the page stored in it's records. The only way to disallow google crawling to it is either robots.txt or simply deleting it off the server (via FTP or your hostings control panel).

Mediawiki: configuring the entry page, adding a new page

Have a wiki installed in our organization, and want to start using it.
Failed to find the answers for the next 2 basic questions:
How do I configure the entry page to show a list of all existing pages
How do I create a new page (!). Only succeeded doing it by typing a url of an non existing page. Guess there are nicer methods for this
Thanks
Gidi
For how to show a list of all pages, look at DynamicPageList, which is part of MediaWiki. (There's a more advanced third-party version, but it's not needed for such a simple task.)
Creating a new page really is exactly as you said: Type a URL and save some edits. Most beginning editors will edit a link into a page, and then use that link to browse to the page, so that they don't accidentally forget the spelling and lose the page to the Ether. (Of course it would show up in the recently edited and other special pages.)
This is more of a webapps.stackexchange.com question though.