Forums
(@parkingfines)
7 years, 4 months 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:)