Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: Problem with mod_rewrite in Windows XP SP2 |
|
Author |
|
reynierpm
Joined: 11 Jun 2006 Posts: 7
|
Posted: Fri 08 Sep '06 22:02 Post subject: Problem with mod_rewrite in Windows XP SP2 |
|
|
Hi to every:
I have Apache 2.0.58/mod_ssl 2.0.58 installed and I have mod_rewrite available. I check with PHP with modules are loaded and I get that:
Quote: |
core mod_win32 mpm_winnt http_core mod_so mod_access mod_actions mod_alias mod_asis mod_auth mod_autoindex mod_cgi mod_dir mod_env mod_imap mod_include mod_isapi mod_log_config mod_mime mod_negotiation mod_rewrite mod_setenvif mod_userdir mod_ssl mod_php5 |
So I think that mod_rewrite is on. When I create a file call .htaccess and put into root directory of my app I get nothing. See my .htaccess file content:
Quote: |
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
|
What's wrong here?
Regards |
|
Back to top |
|
Steffen Moderator
Joined: 15 Oct 2005 Posts: 3092 Location: Hilversum, NL, EU
|
|
Back to top |
|
reynierpm
Joined: 11 Jun 2006 Posts: 7
|
Posted: Sat 09 Sep '06 16:22 Post subject: Thanks |
|
|
Thanks it works now. I forget this "AllowOverride All" |
|
Back to top |
|
|
|
|
|
|