Menu Content

Support

> Forums, FAQs & Paid Support
Welcome, Guest
Username Password: Remember me

Page not found errors after setting up Joomsef
(1 viewing) (1) Guest
Support forum for users using free edition of JoomSEF 3 (Joomla 1.5 compatible). These forums are mainly for mutual help between users.

Please note that due to our capacity limitations, we do not monitor these forums regularly.
  • Page:
  • 1
  • 2

TOPIC: Page not found errors after setting up Joomsef

Re:Page not found errors after setting up Joomsef 17 years, 6 months ago #827

  • eskimex
hey Lynn,
if you havent figured it out yet,
your .htaccess file in your home directory should look something like this...

DirectoryIndex index.php
RewriteEngine On
RewriteBase /

RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR]
RewriteCond %{REQUEST_URI} (/|\.htm|\.php|\.html|/[^.]*)$ [NC]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) index.php

if your website is located in a folder in your home directory, change "RewriteBase /" to "RewriteBase /folder/"

"folder" being the folder that your website is located in under your home directory.

that fixed mine and FayeC s problem. hope it fixes yours!

Re:Page not found errors after setting up Joomsef 17 years, 6 months ago #848

  • miun
  • OFFLINE
  • A pesimist is just a well-informed realist.
  • Posts: 563
Hello,

it means changing it to the folder where your Joomla root is installed relatively to your Apache's root.

So lets assume your apache root is set to:
/srv/www/htdocs
and your Joomla is installed in:
/srv/www/htdocs/joomla/my-joomla

Then the rewrite base should be set to /joomla/my-joomla

Check the JoomSEF and Apache's documentation for more details.

Best regards,
Michal
ARTIO Support Team
  • Page:
  • 1
  • 2
User Login Empty