Re: [us...@httpd] mod-rewrite: ReWrite failure due to a "reserved" word?!

2009-05-27 Thread Shahriyar "Shehi" Imanov
Lol yea, you guessed quite right. Until recently I was a PEAR user, but switched to Zend FW recently. Although Zend Db's Zend_Db_Select is a pain in ass, I managed to port everything to my existing Db handlers. Optimization is the concern at the moment, but I am sure it won't be hard to overcome

Re: [us...@httpd] mod-rewrite: ReWrite failure due to a "reserved" word?!

2009-05-27 Thread Shahriyar "Shehi" Imanov
BLOODY HELL, I can't believe my dumbness :D I prepended my .htaccess with PERISHABLE PRESS 4G BLACKLIST for protection purposes, and it was the reason. Removed it and everything was fixed. I apologize guys for wasting your time here, and Eric, sorry for the earlier one :D. Thanks everyone for h

Re: [us...@httpd] mod-rewrite: ReWrite failure due to a "reserved" word?!

2009-05-27 Thread Shahriyar "Shehi" Imanov
-By: Audith CMS codename Persephone". So, as you can see, URL like http://www.audith.net/acp/components/register2.do is mine, an expected result - whereas http://www.audith.net/acp/components/register.do is not. Shehi - Original Message ----- From: "Shahriyar "Shehi"

Re: [us...@httpd] mod-rewrite: ReWrite failure due to a "reserved" word?!

2009-05-27 Thread Shahriyar "Shehi" Imanov
hi again eric, i thought about that... i am coding cms, so redirections made by code are traceable. no, software [php that is] is not doing this. why would it do that only with one word ["register" in this case] anyway? As you said, I accessed pages through index.php, like: http://URL.com/ind

[us...@httpd] mod-rewrite: ReWrite failure due to a "reserved" word?!

2009-05-27 Thread Shahriyar "Shehi" Imanov
My .htaccess contains following ReWrite rule: RewriteEngine On RewriteBase / RewriteRule ^acp/([\/-_a-z0-9\.]*)/index.php/acp/$1 [NC,QSA,L] RewriteRule ^news/([\/-_a-z0-9\.]*)/index.php/news/$1[NC,QSA,L] It works fine when I visit pages like: http://URL.com/acp/co