Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Error FORBIDDEN when inserting HTML Syntax [SOLVED: Upgrade CI Version]
Post: RE: Error FORBIDDEN when inserting HTML Syntax

Have you ever tried to turn xss filtering config off , if not you can try to turn It off open config.php, then find this line of config: Code: -- $config['global_xss_filtering'] = TRUE; -- Then updat...
9,404 Views
5 Replies
10-07-2015, 03:40 PM
phplaw
    Thread: [RESOLVED] 404 on production
Post: RE: [RESOLVED] 404 on production

Dude, some how you guy put out the wheels on your car then trying to drive It to the store =))
5,685 Views
5 Replies
08-23-2015, 09:29 PM
phplaw
    Thread: [RESOLVED] 404 on production
Post: RE: 404 on production

After add './' , please remove this line Code: -- RewriteBase / -- then It will work.
5,685 Views
5 Replies
08-23-2015, 08:49 AM
phplaw
    Thread: Server problem
Post: RE: Server problem

Maybe the issue by htaccess, It should be have Code: -- ./ -- before Code: -- index.php/$1 -- Like this: Code: -- RewriteRule ^(.*)$ ./index.php/$1 [L] --
4,848 Views
4 Replies
08-22-2015, 10:19 PM
phplaw
    Thread: [RESOLVED] 404 on production
Post: RE: 404 on production

The problem because of htaccess has wrong config, open your htaccess file, then add this ./ before index.php/$1 to resolve your problem. After add that the line look like this: Code: -- ./index.php/...
5,685 Views
5 Replies
08-22-2015, 10:11 PM
phplaw
    Thread: .htaccess question: 404 Results from Different Paths on Server vs. Localhost?
Post: RE: .htaccess question: 404 Results from Different...

The problem is because of  you dont have file .htaccess in xyz or you have but It only works on root directory, please read document guide or search google for creating .htaccess for Codeigniter, th...
6,592 Views
3 Replies
08-22-2015, 09:48 PM
phplaw
    Thread: is CodeIgniter a good choice for Multi-site ?
Post: RE: is CodeIgniter a good choice for Multi-site ?

I have done customize for CI to handle multiple sites like this /application/sites/ -------------------/siteone.com -------------------/sitetwo.com ------------------/sitethree.net ------------...
15,873 Views
7 Replies
08-22-2015, 10:14 AM
phplaw

Theme © iAndrew 2016 - Forum software by © MyBB