Welcome Guest, Not a member yet? Register   Sign In
Can't configure 'remove index.php'
#3

Hi Ayrese,

here we go.

In /var/codeigniter/application (not edited)

<IfModule authz_core_module>
    Require all denied
</IfModule>
<IfModule !authz_core_module>
    Deny from all
</IfModule>

In /var/codeginiter

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

In /var/www

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

In /var/www/html

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

Thanks for your help.
Reply


Messages In This Thread
Can't configure 'remove index.php' - by planteg - 10-18-2016, 07:42 AM
RE: Can't configure 'remove index.php' - by planteg - 10-19-2016, 06:45 AM



Theme © iAndrew 2016 - Forum software by © MyBB