Dumb question alert - How do i create a folder with sub pages?

Hi from wet & dull 15° C York UK :slight_smile:

Ok here goes… I need a website structure that looks like this with regards to my future plan of posting blog content:

http://www.english-teacher-david.co.uk/blog.html
http://www.english-teacher-david.co.uk/blog/what-are-modal verbs.html
http://www.english-teacher-david.co.uk/blog/what-is-a-compind-verb.hrml

My problem is I just cant seam to create a html folder called blog (which i want to be http://www.english-teacher-david.co.uk/blog.html ) and right now I’d just end up with a tonne of files not inside a blog folder e.g.

http://www.english-teacher-david.co.uk/blog
http://www.english-teacher-david.co.uk/what-are-modal verbs
http://www.english-teacher-david.co.uk/blog/what-is-a-compound-verb

Put another way i just need a parent blog folder and child pages to hang of it if that makes any sense!

Any insights welcome :slight_smile:

What are you using to interact with your server? How are you creating files? Is this a Wordpress site or other such automated framework?

1 Like

Hi thanks for replying. Not wordress or any other such platform, just straight html files. Perhaps i should contact my hoster 123 reg?

However you’re uploading your files should give you the option to create a directory/folder…

If it’s a directory/folder, it shouldn’t have the .html extension.

Hi, yes i did originally just upload a folder called blog (no extension) then added my .html files but no joy :frowning:

Oh looks like its done server side:
https://www.123-reg.co.uk/support/hosting/how-to-upload-my-website-with-the-123-reg-file-manager/#:~:text=Login%20to%20your%20123%20Reg%20control%20panel.&text=Scroll%20down%20to%20the%20Web%20Hosting%20section%20and%20click%20the%20Manage%20button.&text=Scroll%20down%20to%20the%20Files,and%20change%20a%20file’s%20permissions.

Does that mean you can’t create folders with e.g. Filezilla?

What did you use to upload the files?

Just nosy. :slight_smile:

1 Like

Ok right using sFTP on a chrome book , here is the description:

Thanks for sharing.

sFTP seems to be able to upload files in folders, i.e. create folder and copy files to it.

A stand alone cross platform ftp tool is the aforementioned Filezilla in case the browser app you use has limitations.

Is the folder problem solved now that you’ve found the host solution?

1 Like

Having a crack at this now, standby for update :slight_smile:

1 Like

Ok whilst trying to fix the original problem (which I think I can do now) ive created a new problem, namely my navigation has disappeared :frowning:

The below horizontal nav code does not show :frowning: I think by moving the page into a folder names blog perhaps a slash to an external file cannot be reached but i cant work it out :frowning:

Can anyone gi ve me any insight into why the top nav has vanished while other pages do have top nav:

Top nav missing: http://www.english-teacher-david.co.uk/blog/blog.html
Top nav showing correctly: http://www.english-teacher-david.co.uk/method.html

Any insights welcome :slight_smile:

<ul class="rd-navbar-nav">
<li class="active"><a href="./">Home</a></li>
<li><a href="method.html">Method</a></li>
<li><a href="lessons.html">Free Lessons</a>
<!-- RD Navbar Dropdown-->
<ul class="rd-navbar-dropdown">
<li><a href="lessons.html">A1 - Message</a></li>
<li><a href="lessons.html">B1 - Fairies</a></li>
<li><a href="lessons.html">C1 - Interview</a></li>
<li><a href="lessons.html">C1 - Review</a></li>
</ul>
</li>
<li><a href="blog.html">Blog</a></li>
<li><a href="contacts.html">Contact Me</a></li>
</ul>

Yes problem solved via the server side folder creation gizmo e.g.

http://www.english-teacher-david.co.uk/blog/modal-verbs-restaurant.html
http://www.english-teacher-david.co.uk/blog/blog.html

Thank you everyone for your help

CASE CLOSED<<

1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.