Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other .htaccess rewrite url Re: .htaccess rewrite url

#140381
cssmann
Participant

can you tell me the difference between this to codes?

RewriteEngine On
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteRule ^([^.]+)$ $1.php [NC,L]

because this seems to work in the same way, but there isn’t as much coding? :-D