Welcome Guest, Not a member yet? Register   Sign In
Help needed with basics!
#3

(This post was last modified: 09-15-2017, 01:07 AM by Muzikant.)

You could also try RewriteBase rule in .htaccess:

Code:
RewriteEngine On
RewriteBase /path/to/subfolder/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
Reply


Messages In This Thread
Help needed with basics! - by SuperElectric - 09-14-2017, 07:58 AM
RE: Help needed with basics! - by Muzikant - 09-15-2017, 12:55 AM
RE: Help needed with basics! - by Muzikant - 09-15-2017, 01:06 AM
RE: Help needed with basics! - by SuperElectric - 09-15-2017, 02:00 AM



Theme © iAndrew 2016 - Forum software by © MyBB