News:

Click here for Toll-Free Service for your business starting at $2.00 per month

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Dondavid

#16
Support Requests / Re: URL Rewriting problems...
March 21, 2006, 04:17:49 PM
Ok, I didn't know that. Your piece of code doesn't work too.
I really begin to wonder if it's possible.
#17
Support Requests / Re: URL Rewriting problems...
March 20, 2006, 08:01:04 PM
Thanks for deleting, I feel so stupid...

Your piece of code seems to not work. I must say I don't understand why, and this is drivin' me crazy.
Thanks for your suggestion anyway...
#18
Support Requests / Re: URL Rewriting problems...
March 20, 2006, 08:53:47 AM
OOPS, Sorry for multiple post. I don't understand what happened.
#19
Support Requests / URL Rewriting problems...
March 20, 2006, 08:50:12 AM
Hi,

I'd like to use URL Rewriting to point links like this one:
http://www.creersonsite.fr.nf/cours/PHP/sommaire.php
to this:
http://www.creersonsite.fr.nf/index.php?cours=PHP&id=sommaire

So in my .htaccess file I wrote:
RewriteRule ^/cours/PHP/([^/]*)\.php$ /index.php?cours=PHP&id=$1 [L]

but it doesn't work, seems like the variables put in the URL do not exist. And I don't understand why.
Do anyne know why?

Thanks
PS: Sorry my English is not very good.
#20
Support Requests / Re: subdomains with .htaccess
December 20, 2005, 06:33:45 PM
Ok Thanks you very much indeed for your replies.
#21
Support Requests / subdomains with .htaccess
December 19, 2005, 12:49:15 PM
Hi, I don't  fully know how I could explain my problem 'cause my English sucks...

I registered a domain: www.creersonsite.fr.nf and a subdomain: forum.creersonsite.fr.nf

I'd like the user to be redirected to www.creersonsite.fr.nf/Forum/ while visiting forum.creersonsite.fr.nf
but I don't want the redirected url to be written in the address bar. I think I must use a .htaccess file.
But I don't know how.
I mean I thought I only had to write this:

RewriteCond  %{HTTP_HOST}  forum.creersonsite.fr.nf
RewriteRule  ^ Forum/{REQUEST_URI}  [L]

But this is not working. Is there anyone who could help me please?