Welcome Guest, Not a member yet? Register   Sign In
Rewrite + Authentication
#11

[eluser]bretticus[/eluser]
[quote author="JanDoToDo" date="1274132365"]Is the main one, and the same auth lines in the payment directory
The script is in /payment/payment_result.php

Code:
RewriteEngine on

RewriteBase /

RewriteRule ^payment - [L]

RewriteCond $1 !^(index\.php|index\.html|assets|payment|robots\.txt)

RewriteRule ^(.*)$ /index.php/$1 [L]
[/quote]

Your condition goes with the last rule. It should go before your condition for the last rule. Try my change.


Messages In This Thread
Rewrite + Authentication - by El Forum - 05-12-2010, 04:29 AM
Rewrite + Authentication - by El Forum - 05-12-2010, 12:28 PM
Rewrite + Authentication - by El Forum - 05-17-2010, 09:39 AM
Rewrite + Authentication - by El Forum - 05-17-2010, 10:04 AM
Rewrite + Authentication - by El Forum - 05-17-2010, 10:05 AM
Rewrite + Authentication - by El Forum - 05-17-2010, 10:12 AM
Rewrite + Authentication - by El Forum - 05-17-2010, 10:16 AM
Rewrite + Authentication - by El Forum - 05-17-2010, 10:28 AM
Rewrite + Authentication - by El Forum - 05-17-2010, 10:37 AM
Rewrite + Authentication - by El Forum - 05-17-2010, 10:39 AM
Rewrite + Authentication - by El Forum - 05-17-2010, 10:41 AM
Rewrite + Authentication - by El Forum - 05-17-2010, 10:45 AM
Rewrite + Authentication - by El Forum - 05-17-2010, 10:47 AM
Rewrite + Authentication - by El Forum - 05-17-2010, 04:08 PM
Rewrite + Authentication - by El Forum - 05-17-2010, 04:11 PM
Rewrite + Authentication - by El Forum - 05-17-2010, 04:13 PM
Rewrite + Authentication - by El Forum - 05-17-2010, 04:18 PM
Rewrite + Authentication - by El Forum - 05-17-2010, 04:21 PM
Rewrite + Authentication - by El Forum - 05-17-2010, 04:25 PM
Rewrite + Authentication - by El Forum - 05-17-2010, 04:43 PM
Rewrite + Authentication - by El Forum - 05-17-2010, 04:57 PM
Rewrite + Authentication - by El Forum - 05-17-2010, 08:22 PM



Theme © iAndrew 2016 - Forum software by © MyBB