Jump to content

.htaccess file cant get going


deansaddigh

Recommended Posts

Hi i have uploaded my .htaccess file into htdocs, i basically want it to make extensions so instead of

 

http://www.languageschoolsuk.com/course_enquiry.php

I can just type

http://www.languageschoolsuk.com/course_enquiry

 

Heres my file i have written (found a tutorial on web )

 

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}\.php -f
RewriteRule ^(.*)$ $1.php

 

uploaded it as ascii, and it doesnt seem to do anything, can anyone help me please.

 

 

Link to comment
https://forums.phpfreaks.com/topic/201720-htaccess-file-cant-get-going/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.