Definindo a URL padrão no IBM HTTP Server Apache: Difference between revisions

From Wiki
(New page: Para facilitar a vida do usuário e evitar a digitação podemos definir o quickr como url padrão no IBM HTTP Server/Apache Edite o arquivo '''httpd.conf''' e defina Redirect /index....)
 
 
(2 intermediate revisions by the same user not shown)
Line 16: Line 16:


Redirect /index.html  http://quickr.empresax.com.br/lotus/quickr
Redirect /index.html  http://quickr.empresax.com.br/lotus/quickr
== Outra Maneira ==
RedirectMatch 301 ^/$ /wps/portal/
== Ver também ==
*[[Definindo a URL padrão no IBM HTTP Server Apache]]
*[[Apache:Redirecionando para pagina de Erro]]
*[[Apache:Redirecionando de HTTP para HTTPS]]
*[[Linux e Unix: Ferramentas de Monitoracao e Performance]]
*[[AWSTATS: Configurando o AWSTATS]]
*[[IBM HTTP Server|  Mais Artigos sobre Apache HTTP Server]]
[[Category:IBM HTTP Server]]
[[Category:Apache HTTP Server]]

Latest revision as of 20:17, 11 December 2013

Para facilitar a vida do usuário e evitar a digitação podemos definir o quickr como url padrão no IBM HTTP Server/Apache


Edite o arquivo httpd.conf e defina

Redirect /index.html   http://<nome completo do servidor>/<url do portal>


Ex.

Para o portal

Redirect /index.html http://portal.empresax.com.br/wps/portal Para o quickr

Redirect /index.html http://quickr.empresax.com.br/lotus/quickr

Outra Maneira

RedirectMatch 301 ^/$ /wps/portal/

Ver também