URL rewrite doesn't work :(

In this board you can talk about general questions about phpMyFAQ

Moderator: Thorsten

Post Reply
calande
Posts: 70
Joined: Sat Sep 02, 2006 7:01 am

URL rewrite doesn't work :(

Post by calande »

I installed phpMyFAQ on a new server, it works great when I don't have the URL rewrite option enabled in the Admin area. But when I activate the URL rewrite option, links are all broken: http://128.121.224.252/~pcbsd/faqs.pcbsd.org/

If you hover your mouse over any link, it looks correct (for instance http://128.121.224.252/~pcbsd/faqs.pcbs ... _5_en.html, which is the shortcut to the article). But when you click, you get a 404 error message.

I have the same .htaccess file as I had on the old server. Any idea?
Thanks! ;)
matteo
Posts: 572
Joined: Sun Nov 20, 2005 6:53 pm
Location: Italy

Re: URL rewrite doesn't work :(

Post by matteo »

Hi,
calande wrote:I installed phpMyFAQ on a new server, it works great when I don't have the URL rewrite option enabled in the Admin area. But when I activate the URL rewrite option, links are all broken: http://128.121.224.252/~pcbsd/faqs.pcbsd.org/

If you hover your mouse over any link, it looks correct (for instance http://128.121.224.252/~pcbsd/faqs.pcbs ... _5_en.html, which is the shortcut to the article). But when you click, you get a 404 error message.

I have the same .htaccess file as I had on the old server. Any idea?
Thanks! ;)
It seems you've fixed the issue 'cause now it works ;)
Maybe you missed to adjust these lines in your running .htaccess:

Code: Select all

# the path to your phpMyFAQ installation
RewriteBase /phpmyfaq/
Ciao,
Matteo
phpMyFAQ QA / Developer
Amazon.co.uk Wishlist
Thorsten
Posts: 15726
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Post by Thorsten »

Hi,

do you see any messages in the Apache error log?

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
calande
Posts: 70
Joined: Sat Sep 02, 2006 7:01 am

Post by calande »

Yes, that was it, sorry guys for the inconvenience :oops:
Post Reply