[EMAIL PROTECTED] Managed! thanks

2008-10-14 Thread MierMier
MierMier wrote: > > > > MierMier wrote: >> >> Hey people, I need your help, thanks in advance! >> >> I have an appche server 2.x. + PHP, And I woundered rather it is possible >> to output the same page (i.e. "a.php") for a request of what

Re: [EMAIL PROTECTED] Thanks ALOT!!!

2008-10-14 Thread MierMier
Well thanks alot, but somhing went wrong, and after reading, still can't understand why. I have an Apache server server on my PC, based on WinXP, and when I use these in .htaccess Options +FollowSymLinks RewriteEngine On RewriteRule ^.*$ /a.php [QSA] it works well. How ever at my Linux

Re: [EMAIL PROTECTED] Apache server - Output to the same page whatever request

2008-10-14 Thread MierMier
MierMier wrote: > > Hey people, I need your help, thanks in advance! > > I have an appche server 2.x. + PHP, And I woundered rather it is possible > to output the same page (i.e. "a.php") for a request of whatever page. > > I will give an examples: > &g

[EMAIL PROTECTED] Thanks ALOT!!!

2008-10-10 Thread MierMier
Brian Mearns-2 wrote: > > The QSA option is what you need to pass the GET arguments along to the > rewritten url. For instance, if you want EVERY url to get served by > a.php, including GET arguments, you can do: > > RewriteRule ^.*$ /a.php [QSA] > > > I'm pretty sure that's the writ

Re: [EMAIL PROTECTED] Apache server - Output to the same page whatever request

2008-10-09 Thread MierMier
MierMier wrote: > > > > Justin Pasher wrote: >> >> MierMier wrote: >>> Hey people, I need your help, thanks in advance! >>> >>> I have an appche server 2.x. + PHP, And I woundered rather it is >>> possible >>> to output t

Re: [EMAIL PROTECTED] Apache server - Output to the same page whatever request

2008-10-09 Thread MierMier
Justin Pasher wrote: > > MierMier wrote: >> Hey people, I need your help, thanks in advance! >> >> I have an appche server 2.x. + PHP, And I woundered rather it is possible >> to output the same page (i.e. "a.php") for a request of whatever page. >

[EMAIL PROTECTED] Apache server - Output to the same page whatever request

2008-10-09 Thread MierMier
Hey people, I need your help, thanks in advance! I have an appche server 2.x. + PHP, And I woundered rather it is possible to output the same page (i.e. "a.php") for a request of whatever page. I will give an examples: if the client try to reach "/hello/index.php" (which do not really exist in