apache mod_rewrite is not working or not enabled
问题 I have installed rewrite_module and modified php.ini on Apache. I create rewrite.php and .htaccess files, but it's not working. My filesystem folders like: /var/www/html /var/www/html/test /var/www/html/test/.htaccess /var/www/html/test/rewrite.php /var/www/html/.htaccess content is: $ cat /var/www/html/test/.htaccess RewriteEngine On RewriteRule ^link([^/]*).html$ rewrite.php?link=$1 [L] /var/www/html/rewrite.php $ cat /var/www/html/test/rewrite.php <html> <h2 align=center> <?php // mod