'domain.com/foo' = 404 but 'domain.com/foo/' works fine

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi.

I created this .htaccess:
-----
RewriteRule ^([^/]+)/$ /page.php?id=$1 [L]
-------

And it works fine with:
http://domain.com/foo/ (it shows a webpage)

But it shows a 404 error page with:
http://domain.com/foo

I tried adding this line to .htaccess:
----
RewriteRule ^([^/]+)$ /page.php?id=$1 [L]
-----

But now it shows a 500 error webpage in both cases.

Any suggestion? Thank you very much.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux