[UPHPU] set cookie with Apache
Richard K Miller
richardkmiller at gmail.com
Wed Mar 26 12:54:34 MDT 2008
On Mar 26, 2008, at 9:35 AM, Wade Preston Shearer wrote:
> On 26 Mar 2008, at 9:33, Richard K Miller wrote:
>
>> Wade, I used Apache cookies for setting language preferences on our
>> website.
>
> This is exactly what I am implementing.
>
>
>> We've since moved away from this model since we want each language
>> version of the site to be bookmarkable and indexable.
>
> We are going to do…
>
> example.com/<language_id>/path/to file
>
> example.com/de/path/to/file.html
I'd like to do something like this. Can you share details?
You aren't using multiviews, right?
Does /index.php forward to /de/index.php for German speakers that have
the cookie?
Why are you using Apache cookies (I asked myself the same question)
instead of putting the logic in your PHP code where you can version it
and test it?
More information about the UPHPU
mailing list