activite Apache\'s rewriting model

Status
Not open for further replies.

jens.cpp17

New Member
Messages
1
Reaction score
0
Points
0
Hello
I\'m wondering is there a way to activate the Apache\'s rewriting model \"rewrite_model\", because I\'m using a .htaccess to make a single point access to my website.
Thank you so much for helping!
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
Make sure you have the lines:

RewriteEngine On
RewriteBase /

in your .htaccess file.
 
Status
Not open for further replies.
Top