Welcome Guest, Not a member yet? Register   Sign In
Problem removing index.php from url
#4

[eluser]daparky[/eluser]
Try something like this in your HTACCESS file:

Code:
AddType x-mapp-php5 .php
Options -MultiViews

RewriteEngine On
RewriteCond $1 !^(index\.php|assets|css|images|js|javascript|robots\.txt|favicon\.ico|license.txt)
RewriteRule ^(.*)$ /index.php/$1 [L]

Or

Code:
RewriteEngine On
RewriteCond $1 !^(index\.php|assets|css|images|js|javascript|robots\.txt|favicon\.ico|license.txt)
RewriteRule ^(.*)$ /index.php/$1 [L]

Remember to put the directories of the things you want to unblock.


Messages In This Thread
Problem removing index.php from url - by El Forum - 09-16-2009, 11:24 PM
Problem removing index.php from url - by El Forum - 09-16-2009, 11:32 PM
Problem removing index.php from url - by El Forum - 09-17-2009, 12:55 AM
Problem removing index.php from url - by El Forum - 09-17-2009, 01:28 AM
Problem removing index.php from url - by El Forum - 09-17-2009, 03:33 AM
Problem removing index.php from url - by El Forum - 09-17-2009, 03:37 AM
Problem removing index.php from url - by El Forum - 09-17-2009, 06:36 AM
Problem removing index.php from url - by El Forum - 09-17-2009, 06:38 AM
Problem removing index.php from url - by El Forum - 09-17-2009, 07:04 AM
Problem removing index.php from url - by El Forum - 09-17-2009, 07:08 AM
Problem removing index.php from url - by El Forum - 09-17-2009, 07:37 AM
Problem removing index.php from url - by El Forum - 09-17-2009, 08:10 AM
Problem removing index.php from url - by El Forum - 09-17-2009, 08:24 AM
Problem removing index.php from url - by El Forum - 09-17-2009, 08:36 AM
Problem removing index.php from url - by El Forum - 09-17-2009, 09:55 AM
Problem removing index.php from url - by El Forum - 09-17-2009, 09:55 AM
Problem removing index.php from url - by El Forum - 09-17-2009, 12:02 PM
Problem removing index.php from url - by El Forum - 09-22-2009, 04:16 PM



Theme © iAndrew 2016 - Forum software by © MyBB