Mod_rewrite

Please report bugs here!

Moderator: Thorsten

Post Reply
G30
Posts: 2
Joined: Mon Mar 31, 2014 6:58 pm

Mod_rewrite

Post by G30 »

Hi, i'm new to php my faq and i've got some troubles.
When i tick the Mod_rewrite, all the pages of the FAQ become "not found" and i'm forced to untick this mod.
Can you help me with this issue ?
pmfuser
Posts: 106
Joined: Tue Apr 01, 2014 7:00 am

Re: Mod_rewrite

Post by pmfuser »

Two things:

- Have renamed and uploaded .htaccess?
- Have you set the correct path in the active .htaccess, see the code below

Code: Select all

# the path to your phpMyFAQ installation
RewriteBase /your FAQ installation folder/
G30
Posts: 2
Joined: Mon Mar 31, 2014 6:58 pm

Re: Mod_rewrite

Post by G30 »

Ok,
so i've renamed the _.htaccess to .htaccess and changed the path of my folder.
The folder is at the base of the server and it's named "lafaq"

Code: Select all

# the path to your phpMyFAQ installation
RewriteBase /lafaq/
Is it correct ?
I always have an error :
The requested URL /lafaq/index.php was not found on this server
Thorsten
Posts: 15560
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Mod_rewrite

Post by Thorsten »

Hi,

did you enable it in your admin backend?

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