Configure htaccess for articles section

Posted by Community Admin on 05-Aug-2018 09:04

Configure htaccess for articles section

All Replies

Posted by Community Admin on 10-Feb-2017 00:00

Question about htaccess 

I made a standard articles section 

If I write the rule

PHP Code:

<br>RewriteRule ^stati/(.*).php/?$ stati/stati.php?url=$1  

I am getting 404 Error 

And if I add

PHP Code:

RewriteRule ^personal-stati/(.*).php/?$ stati/stati.php?url=$1 

Getting similar error

I am unable to understand where I am going wrong. The site is currently hosted on shared server. Can someone help me to fix this please?

This thread is closed