Search results

  1. lewisoconnor88

    .htacces trouble

    Hi everyone, I've been developing my site locally with XAMPP and normally remove the php extension from the url, just for cleaner urls. the .htaccess file has: RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ $1.php [L,QSA] This...
Top