o.k. When I added a new .htaccess file to my root directory, I only recieved “index of” when typing in web address.
What am I missing here?
Here’s how my files are structured in my File Manager:
1. root /public_html
2. root/public_html/wordpress (directory)
3. root/public_html/wordpress/newslogue (directory)
4. And then all of the other files appear:
wp-admin (directory)
wp-content (directory)
wp-includes (directoy)
index.php
license.txt
readme.html
wp-app.php
wp-atom.php
wp-blog-header.php
wp-comments-post.php
wp-commentsrss2.php
wp-config.php
wp-cron.php
wp-feed.php
wp-links-opml.php
wp-load.php
wp-login.php
wp-mail.php
wp-pass.php
wp-rdf.php
wp-register.php
wp-rss.php
wp-rss2.php
wp-settings.php
wp-trackback.php
xmlrpc.php
Where should I place the .htaccess folder or should I move all of these files to a different directory or create a new directory at the root to house these files?
Again, I don’t want the following web addres to reference my website: https://www.newslogue.com/wordpress/newslogue/
I would prefer just: https://www.newslogue.com
Please help…