• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

mod_rewrite error

BunyaminV

New Pleskian
im running website in my centos 5 server with plesk 11.5.3.

in .htaccess file there is a line like this:
^(control|controller|view)\/(.*) odeme/$1/$2

site is not response and returns 500 internal server error. and produce error in error.log like:

[Wed Jun 25 23:18:08 2014] [alert] [client xxx.xxx.xxx.xxx] /var/www/vhosts/xxxxxx.com/httpdocs/.htaccess: Invalid command '^(control|controller|view)\\/(.*)', perhaps misspelled or defined by a module not included in the server configuration, referer: http://xxxxxx.com/

but in another site in my server i use htaccess and there is no problem.

how can i fix this?
 
Back
Top