Welcome Guest, Not a member yet? Register   Sign In
htaccess - if all solutions are still not working - what is the option I still can try?
#1

[eluser]bgougent[/eluser]
I tried already a lot of htaccess configurations,none of them seems to be working.
This is the last I've tried :
Code:
<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /tech/
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.*)$ index.php/$1 [L]
</IfModule>

<IfModule !mod_rewrite.c>
    ErrorDocument 404 /index.php
</IfModule>
and gives this result :
Quote:ELF>°@@ht@8@@@@@@ÀÀ@@@@ÄoÄoppPpP˜P(p(pP(pP@@ PåtdXeXe@Xe@44Qåtd/lib64/ld-linux-x86-64.so.2GNUt(6#/0*'3 )-21+"5. &,%$ !I rHÀ(X NK›tÆÇQõ|Õßêƒ(ØT”!’ìw‘„éûT"Ü«`d"´ô˜TôÊ/*ç>¬¢ö…2 ³‹¢@¹k(gÉ&)8V¢KfŸ¾l º6)îÑ9 sPp @7¹¼ __gmon_start__libc.so.6putcharstrcpyunsetenvgetgidstdoutstrerrorgeteuid........

......................
HTTP/1.0 200 OkContent-type: %s text/html

Server Data:
SERVER_ADMINSERVER_NAME%sServer Name%s: %s SERVER_HOST%sServer Host%s: %s SERVER_PORT%sServer Port%s: %s SERVER_PROTOCOL%sServer Protocol%s: %s HTTP_HOST%sVirtual Host%s: %s
Request Data:Request Data:HTTP_USER_AGENT%sUser Agent/Browser%s: %s REQUEST_METHOD%sRequest Method%s: %s %sRemote Host%s: %s %sRemote Address%s: %s REMOTE_PORT%sRemote Port%s: %s %sRemote User%s: %s %sQuery String%s: %s %sExtra Path Info%s: %s HTTP_REFERRER%sReferring Page%s: %s HTTP_REFERERServer Data: Request ErrorCGIWrap ErrorServer Configuration ErrorScript dir not foundUser not foundCheck the URL and try again.Script Execution Failedthis script:
Error Message: %s
Error Number: %d Error Message: %s Error Number: %d System Error
When: %s When: %s Access Controlfor the following reason:
%s
Server UserID Not FoundServer UserID MismatchCGIWrap is not setuidError executing script
%s: %s



With other options I get CGI Errors or page not found !!

This is the output of some server path requests
Code:
1 DOCUMENT_ROOT : /www/_shares/_we08intra/WWW
2 PATH_TRANSLATED : /usr/lib/cgi-bin/php-cgiwrap/a64375/a64375/tech/serverpath.php
3 SCRIPT_FILENAME : /www/_shares/_we08intra/WWW/tech/serverpath.php
4 HTTP_HOST : www.we08intra.ugent.be

A full phpinfo can be found at http://www.we08intra.ugent.be/tech/phpinfo.php.

Can somebody give me some solutions.
Redirect should be active according to the ICT department.
I'm a little bit out of options :down:http://www.we08intra.ugent.be/tech/welcome/phpinfohttp://www.we08intra.ugent.be/tech/welcome/phpinfo
#2

[eluser]jedd[/eluser]
[quote author="bgougent" date="1265576457"]
A full phpinfo can be found at http://www.we08intra.ugent.be/tech/phpinfo.php.
[/quote]

When you say 'all solutions' - it's like you're suggesting you've read through the [url="/wiki/FAQ"]FAQ[/url] and applied all the suggestions for this problem.

But that doesn't make sense, because the URL you posted would suggest that you don't have rewrite actually loaded.
#3

[eluser]bgougent[/eluser]
URL rewrite is loaded. Index.php is disabled in the config.
the root url is http://www.we08intra.ugent.Be/tech
the first controller is the default welcome and the function loaded is phpinfo.

And yes I tried a lot. Several solutions are build one the same base.




Theme © iAndrew 2016 - Forum software by © MyBB