Members: 16,996
Threads: 38,845
Posts: 159,389
Online: 13

Newest Member: Kl_broka@rediffmail.com


Odoo.tv - Outdoor Television


Sedo - Domains kaufen und verkaufen das Projekt mambers.com steht zum Verkauf Besucherstatistiken von mambers.com etracker® Web-Controlling statt Logfile-Analyse
Old 23.11.2005, 20:18   #1 (permalink)
Baby Mamber
 
Join Date: Sep 2004
Posts: 3
ian111 is on a distinguished road
Default seo opensef httpd conf .htaccess

Have got the latest version of opensef [which is Xaneon Extensions for Mambo version 2 beta ] working fine using the .htaccess file with the below in it

have installed it in joomla 1.0.4

Options +FollowSymLinks
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !\.(jpg|jpeg|gif|png|css|js|pl|txt)$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) index.php

but when i add the same to my httpd.conf file as below and delete the .htaccess file nothing happens help
and yes i do restarted the apache server for the setting to take effect.

<VirtualHost *:80>
ServerName www.mysite.com
ServerAlias mysite.com *.mysite.com
ServerAdmin admin@mysite.com
DocumentRoot /usr/www/mysite
Options +FollowSymlinks
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^/(.*) index.php

</VirtualHost>

please note the last rule RewriteRule ^/(.*) index.php i have added the additional / as you need to do if adding it inthe httpd.conf file in apache.

anybody any ideas why it does not work
ian111 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Old 14.12.2005, 23:03   #2 (permalink)
Elite Mamber
 
twysm's Avatar
 
Join Date: Apr 2004
Location: /dev/peru/lima
Posts: 1,008
twysm can only hope to improve
Send a message via ICQ to twysm Send a message via MSN to twysm Send a message via Yahoo to twysm
Default Re: seo opensef httpd conf .htaccess

It should be:
<Directory "/path/to/your/site">
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !\.(jpg|jpeg|gif|png|css|js|pl|txt)$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) index.php
</Directory>
__________________
www.ezwp.com
www.diginetperu.com
twysm is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
SEO without mod_rewrite / .htaccess??? qbus Mambo 4.5.1 'How Do I' Questions 6 10.03.2006 12:03
SEO / SEF404 / .htaccess / google 73rsr Mambo 4.5.1 'How Do I' Questions 2 16.03.2005 11:20


All times are GMT +2. The time now is 02:23.

Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0
A vBSkinworks Design
© Copyright 2004-2008 by Arthur Konze Webdesign.