[thelist] need a bit of htaccess help

Joshua Hmielowski jhmielowski at comcast.net
Wed Aug 8 00:09:52 CDT 2007


If
^notes/$... Works
Then try
^notes$

If that does not  work try using the [.] (any char)
^notes.$
or
^/notes.$

Josh


> RewriteRule ^notes/$ /notes/index.php
> RewriteRule ^/notes$ /notes/index.php
>
> RewriteRule ^([^\.\?]+)(\?.*)?$ $1.php
>
> (EOF)
>
> This works for "http://www.phazm.com/notes/" but does NOT work for
> "http://www.phazm.com/notes" (no trailing slash)
>
> Does anyone know what I must modify to make that work?
>
> Thank you,
>
>  - Jon
>
> -- 
>
> * * Please support the community that supports you.  * *
> http://evolt.org/help_support_evolt/
>
> For unsubscribe and other options, including the Tip Harvester
> and archives of thelist go to: http://lists.evolt.org
> Workers of the Web, evolt !




More information about the thelist mailing list