Welcome Guest, Not a member yet? Register   Sign In
Clean URLs
#1

[eluser]DirtyLogic[/eluser]
I was having some issues with clean urls, but came up with a solution and thought I'd share it. First make a 2nd .htaccess outside of the application directory in the web root directory. Then make the edits here: http://pastebin.com/1gxw1U6E

NOTICE: Make sure you leave the original .htaccess file alone that is in your application directory. Failing to do so will expose your helpers, controllers, etc.

You also want to make sure you enabled mod rewrite in your httpd.conf apache configuration file as well as change line 29ish in config.php to read:

Code:
$config['index_page'] = '';


Messages In This Thread
Clean URLs - by El Forum - 08-08-2012, 12:45 AM
Clean URLs - by El Forum - 08-08-2012, 11:16 AM
Clean URLs - by El Forum - 08-08-2012, 03:43 PM



Theme © iAndrew 2016 - Forum software by © MyBB