mod rewrite got 404 error

In this board you can talk about general questions about phpMyFAQ

Moderator: Thorsten

Post Reply
uniuni
Posts: 2
Joined: Fri Jan 07, 2011 4:11 pm

mod rewrite got 404 error

Post by uniuni »

I'm a new guy on phpmyfaq, like it so much.

When I enable apache mod rewrite , then got 404 page error on frontend. and I check error log at cpanel ,
it say: File does not exist: /home/****/public_html/help/404.shtml, referer: http://help.theuniuni.com/index.php?action=show

.htaccess I think it is correct. I don't know why I got the error.

Help me, please,
Thorsten
Posts: 15815
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: mod rewrite got 404 error

Post by Thorsten »

Hi,

did you changed

Code: Select all

RewriteBase /phpmyfaq/
to

Code: Select all

RewriteBase /
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
uniuni
Posts: 2
Joined: Fri Jan 07, 2011 4:11 pm

Re: mod rewrite got 404 error

Post by uniuni »

Thank you , it is working. :D

And a question, Can I generate a sitemap? I don't find where to generate sitemap, thank you.
Thorsten
Posts: 15815
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: mod rewrite got 404 error

Post by Thorsten »

Hi,

the sitemap is automatically generated.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Post Reply