RewriteRule acting strange adding query to some url and not to some others – Apache
i'm designing a mvc application in php and I want to reformat and parse the url. My folders are as below: App Public Assets .htaccess my htaccess file includes: Options -Multiviews RewriteEngine On RewriteBase /mymvctest/public RewriteRule ^(.*)/$ index.php?url=$1 [END,QSA] RewriteRule…