Quantcast
Viewing all articles
Browse latest Browse all 2015

Migrating and Upgrading to Joomla! 4.x • Re: 404 Category not found after 3.10.x to 4.4.9 update

I see this as one option via .htaccess:

https://my.monstermegs.com/knowledgebas ... Panel.html

By default your website is loaded from the public_html folder of your account. The public_html directory is also called web root folder or document root folder. If you've created a test website under a sub-folder and you want it to be displayed when you type your domain name, add the following lines to the .htaccess file in the public_html folder:

RewriteEngine on
RewriteCond %{HTTP_HOST} ^domain-name.com$ [NC,OR]
RewriteCond %{HTTP_HOST} ^www.domain-name.com$
RewriteCond %{REQUEST_URI} !folder/
RewriteRule (.*) /folder/$1 [L]

In the above lines you should replace the following 2 strings:

domain-name.com - Type your own domain name
folder - Type the name of the sub-folder which has the test/development website

Statistics: Posted by vincebodie — Tue Nov 05, 2024 4:26 pm



Viewing all articles
Browse latest Browse all 2015

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>