On Tue, 26 Jan 2010 13:24:34 -0200 Leandro Santiago <leandrosansi...@gmail.com>
said:

> I wrote a .htaccess file:
> 
> It worked for me with a en.org copy on my computer running Apache2:
> 
> <ifModule mod_rewrite.c>
>     RewriteEngine On
> 
>     RewriteRule ^(about(/[[:alnum:]]*)?|news|download|support|contribute|
> contact|docs|index)/?$ p.php?p=$1&l=en
> 
>     RewriteRule ^news/([[:digit:]]*)$  p.php?p=news/show&l=en&news_id=$1
> 
>     RewriteRule ^$ p.php
> 
> </IfModule>
> 
> So I just modified the file p.php for include /style.css and not style.css
> 
> The current links yet work, but are also accessible in the new mode:
> 
> /p.php?p=contribute&l=en
> 
> and
> 
> /contribute
> 
> Go to the same page.
> 
> The same is valid for
> 
> /p.php?p=news/show&l=en&news_id=19
> 
> /news/19
> 
> I don't know if these rules are Ok, but they were just ideas. I'm not a 
> mod_rewrite expert :-)

while the idea is decent.. let's keep this in our back pocket until the site is
settled? :)

-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    ras...@rasterman.com


------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to