On Feb 4, 2009, at 3:40 PM, Stargazer wrote:
>
>
> ########## Begin - Joomla! core SEF Section
> #
> RewriteCond %{REQUEST_FILENAME} !-f
> RewriteCond %{REQUEST_FILENAME} !-d
> RewriteCond %{REQUEST_URI} !^/index.php
> RewriteCond %{REQUEST_URI}
> (/|\.php|\.html|\.htm|\.feed|\.pdf|\.raw|/[^.]*)$ [NC]
> RewriteRule (.*) index.php
> RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
I believe this part should look something like:
<rewrite-dispatch>
<dispatch regexp="\.php|\.html\.htm|\.feed|\.pdf|\.raw"/>
<dispatch regexp="" target="/index.php"/>
</rewrite-dispatch>
In other words, anything ending with the specific endings are passed
through as normal. Anything else is appended to /index.php.
-- Scott
>
> #
> ########## End - Joomla! core SEF Section
>
>
>>> Resin 3.2.1 Pro / RH Fed7
>>>
>>>
>>>
>>> _______________________________________________
>>> resin-interest mailing list
>>> [email protected]
>>> http://maillist.caucho.com/mailman/listinfo/resin-interest
>>>
>>
>>
>>
>> _______________________________________________
>> resin-interest mailing list
>> [email protected]
>> http://maillist.caucho.com/mailman/listinfo/resin-interest
>>
>> ------------------------------------------------------------------------
>>
>>
>> No virus found in this incoming message.
>> Checked by AVG - www.avg.com
>> Version: 8.0.233 / Virus Database: 270.10.16/1930 - Release Date:
>> 01/31/09 20:03:00
>>
>>
>
>
>
>
> _______________________________________________
> resin-interest mailing list
> [email protected]
> http://maillist.caucho.com/mailman/listinfo/resin-interest
_______________________________________________
resin-interest mailing list
[email protected]
http://maillist.caucho.com/mailman/listinfo/resin-interest