Search results

  1. lewisoconnor88

    .htacces trouble

    Guys, thank you all for your help! Adding "RewriteBase /" worked great, thanks very much descalzo. \m/ Lewis
  2. 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