PDA

View Full Version : Help me !!!!!!!!!!!!


jackie2231vn
21.08.2004, 11:29
I turn on SEF in administrator and rename htaccess--> .htaccess but I don't browser webiste, It display error "The page cannot be found" when I browser http://localhost/cms01.08/component...tpage/Itemid,1/ .
Do I have to modify content file .htaccess ? You see content file .htaccess:

# $Id: htaccess.txt,v 1.10 2003/12/22 10:37:29 rcastley Exp $

#

# htaccess file for SEF

# @package Mambo Open Source

# @Copyright (C) 2000 - 2003 Miro International Pty Ltd

# @ All rights reserved

# @ Mambo Open Source is Free Software

# @ Released under GNU/GPL License : http://www.gnu.org/copyleft/gpl.html

# @version $Revision: 1.10 $

#

# mod_rewrite in use

#

RewriteEngine On

# Uncomment following line if your webserver's URL

# is not directly related to physival file paths.

# Update YourMamboDirectory (just / for root)

RewriteBase /cms01.08

#

# Rules

#

RewriteRule ^content(.*) index.php

RewriteRule ^component/(.*) index.php

---------------------------------------------------------------

And, Do I have to modify content file httpd.conf of Apache (1.3.x) ?

Now, I use win2000,Apache (1.3.x) ,MySQL,PHP (4.3.8).

Help me !!!!!
Thanks !