Já revirei este fórum e o Google do avesso. Estou tendo um sério problema com o mod rewrite no easy php. Seguem as versões dos sistemas:
EasyPHP 5.3.1
Apache 2.2.14
Rodando num Windows XP SP3
Ok, vamos lá: Fui no httpd.conf e habilitei o mod rewrite:
LoadModule rewrite_module modules/mod_rewrite.so
Mudei o override:
<Directory "C:/antigo drive D/sites">
#
# Possible values for the Options directive are "None", "All",
# or any combination of:
# Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
#
# Note that "MultiViews" must be named *explicitly* --- "Options All"
# doesn't give it to you.
#
# The Options directive is both complicated and important. Please see
# http://httpd.apache.org/docs/2.2/mod/core.html#options
# for more information.
#
Options Indexes FollowSymLinks
#
# AllowOverride controls what directives may be placed in .htaccess files.
# It can be "All", "None", or any combination of the keywords:
# Options FileInfo AuthConfig Limit
#
AllowOverride All
#
# Controls who can get stuff from this server.
#
Order allow,deny
Allow from all
</Directory>
Meu .htaccess:
Options +FollowSymLinks
RewriteEngine On
RewriteRule ^([a-z,0-9,A-Z,_-]+)$ /index.php?p=$1
Quando acesso o site normalmente, por exemplo: "http://127.0.0.1/sitex" funciona ok. Quando tento (e esse é o objetivo) acessar "http://127.0.0.1/sitex/subdir", que deveria redirecionar para "index.php?p=subdir" dá erro:
Objeto não encontrado!
A URL requisitada não foi encontrada neste servidor. Se você digitou o endereço (URL) manualmente, por favor verifique novamente a sintaxe do endereço.
Se você acredita ter encontrado um problema no servidor, por favor entre em contato com o webmaster.
Error 404
127.0.0.1
11/14/11 21:28:00
Apache/2.2.14 (Win32) PHP/5.3.1
Já tentei de tudo e estou postando porque estou sem idéias. Obrigado desde já.
Question
fertel
Já revirei este fórum e o Google do avesso. Estou tendo um sério problema com o mod rewrite no easy php. Seguem as versões dos sistemas:
EasyPHP 5.3.1
Apache 2.2.14
Rodando num Windows XP SP3
Ok, vamos lá: Fui no httpd.conf e habilitei o mod rewrite:
Mudei o override: Meu .htaccess:Quando acesso o site normalmente, por exemplo: "http://127.0.0.1/sitex" funciona ok. Quando tento (e esse é o objetivo) acessar "http://127.0.0.1/sitex/subdir", que deveria redirecionar para "index.php?p=subdir" dá erro:
Já tentei de tudo e estou postando porque estou sem idéias. Obrigado desde já.
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.