Hello, I moved my website from cPanel server with Apache to IspConfig3 server with nginx. My problem is that these current lines for mod_rewrite don't work in nginx... Code: RewriteEngine on RewriteRule ^blog/(.*)/?$ /blogview.php?id=$1 RewriteRule ^blog/category/(.*)/?$ /blog_category.php?id=$1 Options -Indexes Can anyone help me ? Sorry for my English...
nginx is not capable of using .htaccess files. You have to specify nginx-specific rewrite rules inside the nginx directives of the website. Maybe do some searching for "convert htaccess to nginx".