html files not showing on browser
only index.html does. The other html files don't. How do I make my html available on browser?
My cpanel layout
https://postimg.cc/qtpgczPL
index.html viewed on browser
other html files
/a
/b
-
instead of "a" or "b" use "a.html" or "b.html"
0 -
Thanks, while this technically works, how do I remove "html" so I can access it as "/a" or "/b" without the .html at the back?
0 -
Try this, add line:
Options +Multiviews
to .htaccess file
0 -
I tried to "show hidden files" in settings, yet the .htaccess file is unavailable? Do I have to create a new one?
0 -
Yes you must create it if it does not exist.
0 -
While this tutorial worked, I did added Options +Multiviews into the .htaccess file, still no changes. I can't remove the ".html" from the back of "/about"
https://postimg.cc/PC31sD8V/0defb771
1 -
Sorry for the late reply. For some reason my comment was pending approval. I wanted to reply asap but couldn't
While this tutorial worked, I did added Options +Multiviews into the .htaccess file, still no changes. I can't remove the ".html" from the back of "/about"
0
Please sign in to leave a comment.
Comments
7 comments