0
我在Apache配置中遇到問題。在我的本地主機上重定向不起作用?
return $this->redirect('ex::dashboard');
執行完美。
但是當我上傳代碼到服務器。它以空白頁面結束。
可能是什麼原因?我試圖調試..但沒有成功。
我有訪問服務器和檢查大部分PHP參數。
'./configure' '--disable-fileinfo' '--disable-pdo' '--enable-bcmath'
'--enable-calendar' '--enable-exif' '--enable-ftp' '--enable-gd-native-ttf'
'--enable-libxml' '--enable-mbstring' '--enable-soap' '--enable-sockets'
'--enable-zip' '--prefix=/usr/local' '--with-apxs2=/usr/local/apache/bin/apxs'
'--with-curl=/opt/curlssl/' '--with-freetype-dir=/usr'
'--with-gd' '--with-imap=/opt/php_with_imap_client/' '--with-imap-ssl=/usr'
'--with-jpeg-dir=/usr' '--with-kerberos' '--with-libdir=lib64'
'--with-libxml-dir=/opt/xml2' '--with-libxml-dir=/opt/xml2/'
'--with-mcrypt=/opt/libmcrypt/' '--with-mysql=/usr'
'--with-mysql-sock=/var/lib/mysql/mysql.sock' '--with-openssl=/usr'
'--with-openssl-dir=/usr' '--with-pcre-regex=/opt/pcre'
'--with-pic' '--with-png-dir=/usr' '--with-xpm-dir=/usr'
'--with-zlib' '--with-zlib-dir=/usr'
在有一個
差異本地主機
Server API Apache 2.4 Handler Apache Lounge
專用服務器
Server API CGI/FastCGI
這是否會有所作爲是什麼?
代碼:
https://github.com/nilamdoc/vc.co.uk/blob/master/app/controllers/SessionsController.php#L33
在L33應該重定向到儀表板頁面
我也試過
header('Location: https://' . $_SERVER['SERVER_NAME']."/ex/dashboard");
但它並沒有重定向