Welcome Guest, Not a member yet? Register   Sign In
routing
#17

.htaccess

Code:
TYPE TEST <-

RewriteEngine On
RewriteBase /

RewriteRule ^(system|application|cgi-bin) - [F,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* index.php/$0 [PT,L]


I already try using the new .htaccess content and have not been successful yet erasing the index.php to show content:

http://localhost/ci3/index.php/welcome/input

Can you help?

It only shows this error:

Product Input

A PHP Error was encountered
Severity: Notice
Message: Undefined variable: attributes
Filename: views/product_input.php
Line Number: 13
Backtrace:
File: C:\xampp\htdocs\ci3\application\views\product_input.php
Line: 13
Function: _error_handler
File: C:\xampp\htdocs\ci3\application\controllers\Welcome.php
Line: 33
Function: view
File: C:\xampp\htdocs\ci3\index.php
Line: 292
Function: require_once
" If I looks more intelligence please increase my reputation."
Reply


Messages In This Thread
routing - by davy_yg - 02-22-2016, 10:32 PM
RE: routing - by skunkbad - 02-22-2016, 10:49 PM
RE: routing - by freddy - 02-22-2016, 11:18 PM
RE: routing - by davy_yg - 02-23-2016, 02:13 AM
RE: routing - by freddy - 02-23-2016, 02:52 AM
RE: routing - by freddy - 02-23-2016, 02:56 AM
RE: routing - by davy_yg - 02-23-2016, 10:50 AM
RE: routing - by InsiteFX - 02-23-2016, 01:10 PM
RE: routing - by freddy - 02-23-2016, 06:22 PM
RE: routing - by skunkbad - 02-23-2016, 06:39 PM
RE: routing - by davy_yg - 02-24-2016, 10:25 AM
RE: routing - by freddy - 02-25-2016, 03:18 AM
RE: routing - by keulu - 02-25-2016, 04:01 AM
RE: routing - by davy_yg - 02-25-2016, 09:32 AM
RE: routing - by skunkbad - 02-25-2016, 09:59 AM
RE: routing - by InsiteFX - 02-25-2016, 11:14 AM
RE: routing - by davy_yg - 02-25-2016, 08:51 PM
RE: routing - by InsiteFX - 02-26-2016, 04:19 AM



Theme © iAndrew 2016 - Forum software by © MyBB