Welcome Guest, Not a member yet? Register   Sign In
Codeigniter URL Editing and title editing of my application :(
#2

[eluser]thinkigniter[/eluser]
try making it a little more simple
Code:
Options +FollowSymLinks
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php?/$1 [L]

To change the Title of the page change the content on the title tag in your code
E.G. <title>This is my new title</title>

Good Luck.


Messages In This Thread
Codeigniter URL Editing and title editing of my application :( - by El Forum - 06-06-2010, 05:07 PM



Theme © iAndrew 2016 - Forum software by © MyBB