Forums
(@parkingfines)
6 years, 1 month ago
This is my Htaccess file
RewriteEngine On RewriteBase / RewriteRule ^index\.php$ – [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule>
Can anyone help me at all please:)