Menu Content

Support

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

links not working
(1 viewing) (1) Guest
Support forum for customers who have purchased JoomSEF 3 (Joomla 1.5 compatible). Archive only, no new post can be added.

NOTE: This category has been locked. If you have purchased paid version, please, use our Support Ticket system instead. If you are using free edition, please see the Community Support section.
  • Page:
  • 1

TOPIC: links not working

links not working 15 years, 1 month ago #5991

Hi:

I first installed the latest free version on my localhost installation :
Windows XP
XAMMP (PHP 5)
Joomla 1.5.9

Worked like a charm

I then purchased the paid version for my site in development
PHP5/joomla 1.5.9
my installation is currently behind a protected directory
All menu links now report a 404 error regardless of whether they are a component or article

Any help would be greatly appreciated

Here is my htaccess file:
----------------------------------
AuthType Basic
AuthName "Access for /installation"
AuthUserFile /XXXX/htpasswd
require user XXX
require user XXX
AddType x-mapp-php5 .php
SetEnv TZ America/Los_Angeles
RewriteBase /installation


########## Begin - Joomla! core SEF Section
#
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !^/index.php
RewriteCond %{REQUEST_URI} (/|\.php|\.html|\.htm|\.feed|\.pdf|\.raw|/[^.]*)$ [NC]
RewriteRule (.*) index.php
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
#
########## End - Joomla! core SEF Section

--------------------------------------------------------------------------------------------------------
The topic has been locked.

Re:links not working 15 years, 1 month ago #6012

  • jaku
Check your configuration that the .htaccess file is really accepted and not overridden by some directives on other directory levels.
The topic has been locked.
  • Page:
  • 1
User Login Empty