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

[eluser]The CyberWizard[/eluser]
I run a CodeIgniter application and i want to know what should i do to get the desired result.!

I run a wallpaper website (OFFLINE) on localhost and when i turn off the seo friendly urls,the url is

http://localhost/index.php?/categories/show/1

quite ok!

when i turn on the mod_write setting
the link of category is

http://localhost/Category+Name+1/

an whn i see a specific wallpaper from the category ,url is

http://localhost/Wallpaper_name.html

but i want

http://localhost/category_name/wallpaper_name.html

wat should i do to modify it?
Also i want to edit titles of my pages where should i llook into.?PLEASE SAY

Please HELP CI Members


Here is my HTACCESS FILE FOR URL REWRITING Smile
Code:
Options +FollowSymLinks
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond $1 !^(index\.php|install|scripts|fonts|uploads|robots\.txt|sitemap\.xml|favicon\.ico)
RewriteRule ^(.*)$ /index.php?/$1 [L]
RewriteCond %{HTTP:Accept-Encoding} gzip
RewriteCond %{REQUEST_FILENAME}.jgz -f
RewriteRule (.*)\.js$ $1\.js.jgz [L]


Messages In This Thread
Codeigniter URL Editing and title editing of my application :( - by El Forum - 06-06-2010, 12:59 AM



Theme © iAndrew 2016 - Forum software by © MyBB