Hi
Tried the Latest FUEL version, and again encountered the same QUERY_STRING "??" problem when i set $config['uri_protocol'] = 'QUERY_STRING'; $config['enable_query_strings'] = TRUE; in config.php
And may i change "?" to "/" in SITE_URL function l…
Fixed URL issue by editing fuel_header.php
Modified line 95 with the following code
"str_replace('??', '?/',fuel_url($url))"
will it cause any problem !!!??
And this "??fuel" occurs only when i'm on Dashboard and log in pages..
from other admin page links the URL is fine..
tried changing Rewritebase too... still no luck with that..
Pls pls help me with this asap.. i'm closer to deliver the product to…
yup that fixed the COMMENTS issue.
And please help me with that QUERY_STRING issue
Here is my htaccess file,
Options +FollowSymLinks
RewriteEngine On
RewriteBase /
Order Deny,Allow
Deny From All
# Allow asset folders through
RewriteRule ^(…
Still on 0.93 only and did publishing comments,
and the URL issue caused by changing "$config['enable_query_strings'] = FALSE;" to TRUE.
.htaccess - RewriteBase /
Hi encountered another issue with the URL
http://localhost/projects/ILT-Fuel/ilt_fuel/index.php??fuel/dashboard
i dont know what i did wrong with the URL "index.php??fuel/"
my PHP version is 5.4.7
I changed the blog layouts to match my template. but dint put my hands on any Blog related php code.
will try with the version 1.0