How to enable SEF URLs when running Joomla using the server URL?

If you are using the server URL for your Joomla installation, you need an appropriate rewrite base added in the .htaccess file in order for SEF URLs to work properly. The .htaccess file should include this line (below the commented out "#RewriteBase /" for a standard Joomla .htaccess file):

RewriteBase /~username/

Where "username" is your actual cPanel username.  Note that the RewriteBase should include the full relative path to the Joomla installation. If the installation is placed directly in the public_html directory, you should use:

RewriteBase /~username/ - as specified above

If the Joomla installation is under a sub-directory for public_html, you should use:

RewriteBase /~username/<path to Joomla>/

Joomla is a powerful software that is easy to work with once you have the right host to support you. Before you lose any more time with the wrong host, check out the SiteGround Joomla hosting offer.

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How to test if jHackGuard is working correctly on your Joomla site?

If you want to be sure that jHackGuard is installed and working correctly on your website, you...

How to remove time stamps from Joomla SEF URLs

Due to an incorrect alias or a non-English character in your category names, Joomla may replace...

How to configure AcyMailing to comply with hostlantern e-mail terms of use?

In order to comply with the SiteGround e-mail Terms of Service you have to configure your...

Joomla caching

The caching mechanism implemented in Joomla is a way to improve the performance and loading speed...

How to extract and restore a Joomla .jpa archive or backup?

Upload your .jpa archive in public_html through your FTP client:...