how can I rewrite localhost/base/app_files/Mat.php to main shop in htaccess.help me with regex. here is what i have so far RewriteRule ^main shop/?$ /app_files/Mat.php [R=301,L] i get wrong server configuration error
I'm not an expert on htaccess files, but I believe you have it the wrong way round. After the RewriteRule part, you must have the URL that you want changing, then the second part should be the URL you are wanting. However, you cannot have a space within this URL. So "main shop" is invalid. I'd recommend changing it to purely "shop". Or at least "main-shop".