Jump to content

mod rewrite


Danny620

Recommended Posts

I want a url like http://www.mywebsite.co.uk/jobfinder

 

I've got this to work http://www.mywebsite.co.uk/jobfinder/

 

using

 

<IfModule mod_rewrite.c>
   Options +FollowSymLinks
   Options +Indexes
   RewriteEngine On
   RewriteCond %{SCRIPT_FILENAME} !-d
   RewriteRule ^([^\.]+)/$ $1.php [NC,L]
</IfModule>

Link to comment
https://forums.phpfreaks.com/topic/262499-mod-rewrite/
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.