Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Getting Problem in Linking
Post: RE: Getting Problem in Linking

Thanks for the valuable information InsiteFX.
36,593 Views
0 Replies
12-16-2014, 05:19 AM
Mayank
    Thread: Getting Problem in Linking
Post: RE: Getting Problem in Linking

Thanks a ton Rufnex. It's working now. The Problem was $route['(:any)'] = 'pages/view/$1'; $route['default_controller'] = 'pages/view'; I used it multiple times. I would like to ask someth...
36,593 Views
0 Replies
12-16-2014, 04:59 AM
Mayank
    Thread: Getting Problem in Linking
Post: RE: Getting Problem in Linking

I am working on CI 2.2.0. Could it be the reason. Well do you have any idea about the problem with server or mod_rewrite.
36,593 Views
0 Replies
12-16-2014, 04:21 AM
Mayank
    Thread: Getting Problem in Linking
Post: RE: Getting Problem in Linking

PFA. Rufnex Wrote: (12-16-2014, 03:55 AM) -- Post also you db dump then i can install it for testing local. --
36,593 Views
0 Replies
12-16-2014, 04:04 AM
Mayank
    Thread: Getting Problem in Linking
Post: RE: Getting Problem in Linking

Tried "AllowOverride All", but the problem is still there...!!!
36,593 Views
0 Replies
12-16-2014, 03:52 AM
Mayank
    Thread: Getting Problem in Linking
Post: RE: Getting Problem in Linking

PFA of the application directory. Rufnex Wrote: (12-16-2014, 03:32 AM) -- very strange .. can you upload your complete application directy to check? --
36,593 Views
0 Replies
12-16-2014, 03:49 AM
Mayank
    Thread: Getting Problem in Linking
Post: RE: Getting Problem in Linking

Yes, mod_rewrite is activated. Shall I change "AllowOverride None" to "AllowOverride all"
36,593 Views
0 Replies
12-16-2014, 03:46 AM
Mayank
    Thread: Getting Problem in Linking
Post: RE: Getting Problem in Linking

Yes it's working in a normal way.
36,593 Views
0 Replies
12-16-2014, 03:28 AM
Mayank
    Thread: Getting Problem in Linking
Post: RE: Getting Problem in Linking

I used the htaccess rewrites provided by you earlier, but now I am not using it. $config['index_page'] = 'index.php';
36,593 Views
0 Replies
12-16-2014, 02:57 AM
Mayank
    Thread: Getting Problem in Linking
Post: RE: Getting Problem in Linking

I am working with "http://localhost/CodeIgniter/index.php/news/lorem-ipsum" but I already tried with "http://localhost/CodeIgniter/index.php/news/view/lorem-ipsum" as well. both of them produce ...
36,593 Views
0 Replies
12-16-2014, 02:46 AM
Mayank
    Thread: Getting Problem in Linking
Post: RE: Getting Problem in Linking

Here is the code of route.php $route['default_controller'] = 'pages/view'; $route['(:any)'] = 'pages/view/$1'; $route['news/(:any)'] = 'news/view/$1'; $route['news'] = 'news'; $route['(:any...
36,593 Views
0 Replies
12-16-2014, 02:31 AM
Mayank
    Thread: Getting Problem in Linking
Post: RE: Getting Problem in Linking

I moved it in root localhost, but still get the same issue.
36,593 Views
0 Replies
12-16-2014, 02:13 AM
Mayank
    Thread: Getting Problem in Linking
Post: RE: Getting Problem in Linking

Everything is working fine except the issue I discussed here. What should I do now?
36,593 Views
0 Replies
12-15-2014, 11:11 PM
Mayank
    Thread: Getting Problem in Linking
Post: RE: Getting Problem in Linking

It's in http://localhost/CodeIgniter
36,593 Views
0 Replies
12-15-2014, 05:17 AM
Mayank
    Thread: Getting Problem in Linking
Post: RE: Getting Problem in Linking

I already tried this way, but didn't get the success.
36,593 Views
0 Replies
12-15-2014, 04:43 AM
Mayank
    Thread: Getting Problem in Linking
Post: RE: Getting Problem in Linking

I am working on localhost, here is the link "http://localhost/CodeIgniter/index.php/news" on this page I retrieve all the records stored in the news table with the hyperlink on "View article" just bel...
36,593 Views
0 Replies
12-15-2014, 03:27 AM
Mayank
    Thread: Getting Problem in Linking
Post: RE: Getting Problem in Linking

Yes there is News.php in controllers. I followed "http://www.codeigniter.com/user_guide/tutorial/news_section.html". I did the same mentioned in link.
36,593 Views
0 Replies
12-15-2014, 01:38 AM
Mayank
    Thread: Getting Problem in Linking
Post: RE: Getting Problem in Linking

Tried this code, but nothing has happened. Rufnex Wrote: (12-12-2014, 06:05 AM) -- You have to put a .htaccess file into your document root like PHP Code: -- RewriteEngine on RewriteBas...
36,593 Views
0 Replies
12-15-2014, 12:48 AM
Mayank
    Thread: Getting Problem in Linking
Post: Getting Problem in Linking

Hello, I am new bee to CI. I just started to develop a dynamic page and I followed the Tutorial. I created the same pages with the same code as guided in this link "http://www.codeigniter.com/user...
36,593 Views
0 Replies
12-12-2014, 05:00 AM
Mayank

Theme © iAndrew 2016 - Forum software by © MyBB