I use this code for .htaccess for a RewriteRule.
When I set in comments thethe rewrite wule is working.[#]RewriteBase /paul-mccartney
What is wrong?
Code:# BEGIN Gruppo Modulo Rewrite <IfModule mod_rewrite.c> RewriteEngine on # Change following path RewriteBase /paul-mccartney RewriteRule ^([A-Za-z0-9-]+)/?$ single.php?slug=$1 [L] </IfModule> # END Gruppo Modulo Rewrite




Bookmarks