Welcome Guest, Not a member yet? Register   Sign In
How to display a users personal page from URL - mysite/username
#3

[eluser]benners[/eluser]
Thanks, that looks ideal.

Can you tell me what I should have in regards to routing as I've removed the index.php?

Currently I have:

routes.php
Code:
$route['default_controller'] = "login";

web.config
Code:
<rule name="Rewrite CI Index">
<match url="^(.*)$" />
<conditions>
  <add input="{REQUEST_FILENAME}" pattern="css|js|jpg|jpeg|png|gif|ico|htm|html|php" negate="true" />
</conditions>
<action type="Rewrite" url="index.php/{R:0}" />
</rule>



Messages In This Thread
How to display a users personal page from URL - mysite/username - by El Forum - 02-28-2012, 06:38 AM



Theme © iAndrew 2016 - Forum software by © MyBB