Current time: 11-16-2024, 11:43 AM Hello There, Guest! (LoginRegister)


Post Reply 
Joomla and SEO htaccess doesn't work anymore in 1.0.7
Author Message
praenti Offline


Posts: 1
Joined: Nov 2008
Reputation: 0
Post: #1
Question Joomla and SEO htaccess doesn't work anymore in 1.0.7
Hi,

I've moved a web from an very old ISPCP installation to my new 1.0.7 (on Ubuntu LTS release) installation, but I don't get the installed Joomla working anymore.

Removing the
Code:
Options FollowSymLinks
results in empty pages.

With this option enabled I get always a forbidden error. The error log doesn't show anything... :-(. Also I'm using the default settings from ISPCP for this host.

Here is the .htaccess:
Code:
##  Can be commented out if causes errors, see notes above.
Options FollowSymLinks

#
#  mod_rewrite in use

RewriteEngine On


#  Uncomment following line if your webserver's URL
#  is not directly related to physical file paths.
#  Update Your Joomla/MamboDirectory (just / for root)

RewriteBase /


########## Begin Standard SEF Section
## ALL (RewriteCond) lines in this section are only required if you actually
## have directories named 'content' or 'component' on your server
## If you do not have directories with these names, comment them out.
#
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
#RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR]            ##optional - see notes##
RewriteCond %{REQUEST_URI} (/|\.htm|\.php|\.html|/[^.]*)$  [NC]
RewriteRule ^(content/|component/) index.php
#
########## End Standard SEF Section


########## Begin 3rd Party or Core SEF Section
#
#RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR]            ##optional - see notes##
#RewriteCond %{REQUEST_URI} (/|\.htm|\.php|\.html|/[^.]*)$  [NC]
#RewriteCond %{REQUEST_FILENAME} !-f
#RewriteCond %{REQUEST_FILENAME} !-d
#RewriteRule (.*) index.php
#
########## End 3rd Party or Core SEF Section

########## Special part

RewriteCond %{REQUEST_URI} /component/option,com_akobook [NC]
ReWriteRule (.*) /component/option,com_easybook [R]

Anybody who can help here?
01-02-2012 01:56 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
Joomla and SEO htaccess doesn't work anymore in 1.0.7 - praenti - 01-02-2012 01:56 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)