Welcome Guest, Not a member yet? Register   Sign In
Problem with htaccess subfolder
#2

using following code you can call subfolder

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?/$1 [L]

<IfModule mod_rewrite.c>
RewriteEngine on
#
# stuff to let through (ignore)
RewriteCond %{REQUEST_URI} "/folder1/" [OR]
RewriteCond %{REQUEST_URI} "/folder2/"
RewriteRule (.*) $1 [L]
#
</IfModule>
Reply


Messages In This Thread
Problem with htaccess subfolder - by devop - 10-26-2018, 08:36 AM
RE: Problem with htaccess subfolder - by Gurutechnolabs - 11-19-2018, 06:38 AM



Theme © iAndrew 2016 - Forum software by © MyBB