Welcome Guest, Not a member yet? Register   Sign In
index.php remove error
#3

(12-01-2014, 06:20 AM)Ahmad Alhaj Wrote: Hi all,

I tried to remove (index.php) from my application URL by the .htaccess file but there is a message error appear told me that the requested url not found ,,,, I'am use Wampserver


Put this in your .htaccess file and remove index.php from the config file at line 68 : $config['index_page'] = '';


<IfModule mod_rewrite.c>


  Options +FollowSymLinks
  RewriteEngine on

  # Send request via index.php
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteRule ^(.*)$ index.php/$1 [L]

</IfModule>
Romanian CodeIgniter Team :: Translations :: Comunity :: Developers
http://www.codeigniter.com.ro
Reply


Messages In This Thread
index.php remove error - by Ahmad Alhaj - 12-01-2014, 06:20 AM
RE: index.php remove error - by Rufnex - 12-01-2014, 08:18 AM
RE: index.php remove error - by Dracula - 12-01-2014, 10:29 AM
RE: index.php remove error - by bastinhas - 12-06-2014, 04:31 PM



Theme © iAndrew 2016 - Forum software by © MyBB