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
Post a Comment