Welcome Guest, Not a member yet? Register   Sign In
HTACCESS Question
#4

[eluser]Tpojka[/eluser]
Few things regardless of subdomain solution:

On user guide URLs page we have simpliest way of apache code (can be extended to something else):
Code:
RewriteEngine on
RewriteCond $1 !^(index\.php|images|robots\.txt)
RewriteRule ^(.*)$ /index.php/$1 [L]
which is work as we all know.

Should in second line be:
Code:
RewriteCond $1 !^(index\.php|images|robots\.txt|rnd02)
so direct access to rnd02 folder would be granted?
Than in that folder you can make new application with specific htaccess rule or else?

Maybe could work.


Messages In This Thread
HTACCESS Question - by El Forum - 10-28-2013, 07:17 PM
HTACCESS Question - by El Forum - 10-29-2013, 12:57 AM
HTACCESS Question - by El Forum - 10-29-2013, 12:58 AM
HTACCESS Question - by El Forum - 10-29-2013, 04:51 AM



Theme © iAndrew 2016 - Forum software by © MyBB