Welcome Guest, Not a member yet? Register   Sign In
Really strange segment /?/ in Url impossible to rewrite..
#1

[eluser]Unknown[/eluser]
After days struggling my brain everyvere on the net i will try to post here my strange URL issue.

A normal EE url whitout rewrite will be :

http://sitename/index.php/first_segment/second.html

my Url looks like

http://sitename/index.php?/first_segment/second.html

the ? simbol after index.php is impossible to rewrite..
using the regular EE rewrite i will obtain ..

http://sitename/?/first_segment/second.html

i've try whitout success using my htaccess on thi way..
Code:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php?/$1 [L]
</IfModule>

index.php go away but /?/ remain!

i think there is something strange on my EE cause the mod_rewrite is working correctly
On EE panel my index is blank..
im on hostgator using EECore Core v2.7.2

REALLY I DONT KNOW what to do to solve this issue..
Please help Smile




Theme © iAndrew 2016 - Forum software by © MyBB