Hi,
I am rebuilding a new website for a company and they already have a .htaccess file with the following code in it:
RewriteEngine on
RewriteCond %{REQUEST_URI} !(/liens_photos/20091111|images/olympique07/) [NC]
RewriteRule (.*)\.html? /$1\.php [L]
Unfortunately I am very new with this and I want to know what this code does exactly... I really don't want to crash the website...
Thanks :)