Forum Moderators: phranque
[edited by: CrazyBigGaz at 4:51 pm (utc) on Sep 25, 2011]
RewriteBase / is the default and does not need to be specified. ^127\.0\.0\.1 pattern also matches 127.0.0.111 and 127.0.0.199 etc. .php pattern means <any character>php. If you mean <literal period>php then change . to \. here.