[EMAIL PROTECTED] .htaccess Redirection

2008-07-28 Thread Alberto García Gómez
I had this conf in my httpd.conf, in the VirtualDirectory of one website: RewriteEngine On RewriteLogLevel 9 RewriteRule ^/.*\.html$ /index.php?$1 [L] RewriteRule ^/.*\.htm$ /index.php?$1 [L] And I need to create a .htaccess file to work identical. I had try but nothing work :-(

[EMAIL PROTECTED] Re: [***SPAM*** Score/Req: 18.0/5.0] Re: [EMAIL PROTECTED] .htaccess Redirection

2008-07-28 Thread Alberto García Gómez
] .htaccess Redirection On Mon, Jul 28, 2008 at 5:52 PM, Alberto García Gómez [EMAIL PROTECTED] wrote: I had this conf in my httpd.conf, in the VirtualDirectory of one website: RewriteEngine On RewriteLogLevel 9 RewriteRule ^/.*\.html$ /index.php?$1 [L] RewriteRule ^/.*\.htm$ /index.php?$1 [L

[EMAIL PROTECTED] Redirection

2008-07-19 Thread Alberto García Gómez
I have this URL http://www.server.com/index.php?article1.html and work like that http://www.server.com/?article1.html But I really really need this http://www.server.com/article1.html And I need to work like previous URL and I need to make the changes in .htaccess file PLEASE I had try

[EMAIL PROTECTED] Redirecting Problem (Wear)

2008-07-14 Thread Alberto García Gómez
Here's the problem I had this config in the httpd.conf RewriteEngine On RewriteLogLevel 9 RewriteLog logs/website/www.website.com-rewrite_log RewriteRule ^/(.*\.html)$ /index.php?$1 [L] RewriteRule ^/(.*\.htm)$ /index.php?$1 [L] But if I move this configuration from httpd.conf to .htaccess

[EMAIL PROTECTED] FROM httpd.conf TO .htaccess

2008-04-15 Thread Alberto García Gómez
Fellows, I need to change this configuration from my httpd.conf file to an .htacces file so my scripts can work in any apache without having acces (or change) the server httpd.conf Here's the piece of the httpd.conf RewriteEngine On RewriteLogLevel 9 RewriteLog logs/server.com-rewrite_log

[EMAIL PROTECTED] Apache under windows Rewrite Error

2008-01-09 Thread Alberto García Gómez
HI fellows: I in front of this several error. I have an Apache server under windows and everything is working fine except but this small error when I using mod_rewirte (under *nix work fine) this is my vhost server conf: NameVirtualHost 127.0.0.1:80 VirtualHost 127.0.0.1:80 ServerAdmin [EMAIL

[EMAIL PROTECTED] Disabling Functions And Clasess

2007-11-06 Thread Alberto García Gómez
Can I use -dissable_classes- and -dissable_functions- directives inside Apache virtual host configuration using php_value directive. Este correo ha sido enviado desde el Politécnico de Informática Carlos Marx de Matanzas. La gran batalla se librará en el campo de las ideas

[EMAIL PROTECTED] Allowed path in VHosts

2007-11-06 Thread Alberto García Gómez
Is there some directive that configure a vistual host to only see inside a path eg.: /var/www/users/user1 Este correo ha sido enviado desde el Polit�cnico de Inform�tica Carlos Marx de Matanzas. La gran batalla se librar� en el campo de las ideas

[EMAIL PROTECTED] Re: [***SPAM*** Score/Req: 10.4/5.0] Re: [EMAIL PROTECTED] APACHE mod_rewrite

2007-11-01 Thread Alberto García Gómez
: Thursday, November 01, 2007 11:22 AM Subject: [***SPAM*** Score/Req: 10.4/5.0] Re: [EMAIL PROTECTED] APACHE mod_rewrite On Oct 31, 2007 4:04 PM, Alberto García Gómez [EMAIL PROTECTED] wrote: I have this URL http://www.myserver.com/dir1/dir2/page.html and I wish to rewrite the url using

[EMAIL PROTECTED] Re: [***SPAM*** Score/Req: 10.4/5.0] Re: [EMAIL PROTECTED] mod_proxy

2007-11-01 Thread Alberto García Gómez
García Gómez [EMAIL PROTECTED] wrote: Can I proxying a connection using mod_proxy in avirtual host? Yes. If you need more help, please give us more details about what you are trying to accomplish. Joshua. - The official

Re: [EMAIL PROTECTED] Re: [***SPAM*** Score/Req: 10.4/5.0] Re: [EMAIL PROTECTED] APACHE mod_rewrite

2007-11-01 Thread Alberto García Gómez
*** Score/Req: 10.4/5.0] Re: [EMAIL PROTECTED] APACHE mod_rewrite On Nov 1, 2007 11:21 AM, Alberto García Gómez [EMAIL PROTECTED] wrote: Hi Joshua and fellows: Here's my problem indeed: I working in a website and I trying to make this website full SEO. Now actually I'm pasing all parameters

[EMAIL PROTECTED] MOD_REWRITE

2007-11-01 Thread Alberto García Gómez
Joshua, please check the result log (attach it) for a single request of a page. Off course I do this: http://myserver.com/page.html but nothing return, otherwise if I request: http://myserver.com/?page.html it works Este correo ha sido enviado desde el Politécnico de Informática Carlos

[EMAIL PROTECTED] Re: [***SPAM*** Score/Req: 10.4/5.0] Re: [EMAIL PROTECTED] MOD_REWRITE

2007-11-01 Thread Alberto García Gómez
: [***SPAM*** Score/Req: 10.4/5.0] Re: [EMAIL PROTECTED] MOD_REWRITE On Nov 1, 2007 2:17 PM, Alberto García Gómez [EMAIL PROTECTED] wrote: Joshua, please check the result log (attach it) for a single request of a page. Off course I do this: http://myserver.com/page.html but nothing return

[EMAIL PROTECTED] APACHE mod_rewrite

2007-10-31 Thread Alberto García Gómez
How to compare cookie value to request URLI have this URL http://www.myserver.com/dir1/dir2/page.html and I wish to rewrite the url using mod_rewrite to add a ~ after the first dir always, eg.: http://www.myserver.com/~dir1/dir2/page.html Please it's very important to make this ASAP best

[EMAIL PROTECTED] mod_proxy

2007-10-31 Thread Alberto García Gómez
How to compare cookie value to request URLCan I proxying a connection using mod_proxy in avirtual host? Este correo ha sido enviado desde el Politécnico de Informática Carlos Marx de Matanzas. La gran batalla se librará en el campo de las ideas