Welcome Guest, Not a member yet? Register   Sign In
removing index.php (docs are kinda sucky for this)
#1

[eluser]codeamanny[/eluser]
I have been trying to follow the docs and have hit walls the whole way

In the docs it says
Quote:removing the index.php file

By default, the index.php file will be included in your URLs:
www.your-site.com/index.php/news/article/my_article

You can easily remove this file by using a .htaccess file with some simple rules. Here is an example of such a file, using the "negative" method in which everything is redirected except the specified items:
RewriteEngine on
RewriteCond $1 !^(index\.php|images|robots\.txt)
RewriteRule ^(.*)$ /index.php/$1 [L]

In the above example, any HTTP request other than those for index.php, images, and robots.txt is treated as a request for your index.php file.

But it doesn't say the following:

where you should put the .htaccess file ( I put it into my apps folder)
however everytime I post a form, the index.php comes back. I have tried to remove the index.php using the $config option, however all my forms then post to the correct url, however it just goes to 404 errors!

Can someone help?
however


Messages In This Thread
removing index.php (docs are kinda sucky for this) - by El Forum - 05-06-2008, 07:09 AM
removing index.php (docs are kinda sucky for this) - by El Forum - 05-06-2008, 07:27 AM
removing index.php (docs are kinda sucky for this) - by El Forum - 05-06-2008, 07:33 AM
removing index.php (docs are kinda sucky for this) - by El Forum - 05-06-2008, 07:41 AM
removing index.php (docs are kinda sucky for this) - by El Forum - 05-06-2008, 07:42 AM
removing index.php (docs are kinda sucky for this) - by El Forum - 05-06-2008, 07:45 AM
removing index.php (docs are kinda sucky for this) - by El Forum - 05-06-2008, 07:50 AM
removing index.php (docs are kinda sucky for this) - by El Forum - 05-06-2008, 10:11 AM
removing index.php (docs are kinda sucky for this) - by El Forum - 05-06-2008, 11:36 PM
removing index.php (docs are kinda sucky for this) - by El Forum - 05-16-2008, 03:15 AM
removing index.php (docs are kinda sucky for this) - by El Forum - 09-30-2008, 08:04 PM
removing index.php (docs are kinda sucky for this) - by El Forum - 09-30-2008, 09:00 PM
removing index.php (docs are kinda sucky for this) - by El Forum - 09-30-2008, 10:52 PM
removing index.php (docs are kinda sucky for this) - by El Forum - 09-30-2008, 11:18 PM
removing index.php (docs are kinda sucky for this) - by El Forum - 10-01-2008, 12:13 AM
removing index.php (docs are kinda sucky for this) - by El Forum - 10-01-2008, 09:42 AM
removing index.php (docs are kinda sucky for this) - by El Forum - 10-15-2008, 10:44 PM
removing index.php (docs are kinda sucky for this) - by El Forum - 10-17-2008, 05:40 AM
removing index.php (docs are kinda sucky for this) - by El Forum - 10-17-2008, 01:38 PM



Theme © iAndrew 2016 - Forum software by © MyBB