lewisoconnor88
New Member
- Messages
- 2
- Reaction score
- 0
- Points
- 0
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 works great locally, but online i get:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Really don't know why it would make a difference being on a server??
Any help is greatly appreciated
Lewis
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 works great locally, but online i get:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Really don't know why it would make a difference being on a server??
Any help is greatly appreciated
Lewis