php - htaccess rewrite stopped working after update -



php - htaccess rewrite stopped working after update -

i using code in htaccess file, , confident right, not working on new server. can find phpinfo file here: http://www.saint57records.com/test.php. updated apache, don't know if there. have tried finding other info can't find any.

rewriteengine on rewritecond %{request_uri} !^/artists/index.php.* rewriterule ^artists/(.+)$ artists/index.php?artist=$1 [l]

check httpd.conf or apache2.conf within , allowoverride must set all

if using ubuntu check in /etc/apache2/apache2.conf

<directory /your/directory> options followsymlinks allowoverride require granted </directory>

php apache .htaccess mod-rewrite

Comments

Popular posts from this blog

c - Compilation of a code: unkown type name string -

java - Bypassing "final local variable defined in an enclosing type" -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -