Jump to content

nightz

Members
  • Joined

  • Last visited

  1. Failed. kept redirecting to the index page but thanks. :/
  2. I'm sure it's session related... I even did a fresh IPB3 install and got same result. I'm not the only one with the issue either.
  3. everytime i go to make a reply to a topic i get logged out and im not getting anything in the error files... i recently changed from apache to litespeed... my config is also the same both admin CP and php... im out of ideas on whats wrong. :/ php build: MODULES: php -m [php Modules] bcmath bz2 calendar ctype curl date dom eAccelerator exif filter ftp gd gettext hash iconv imap ionCube Loader json libxml mbstring mcrypt mhash mime_magic mysql mysqli openssl pcre posix Reflection session SimpleXML soap sockets SPL SQLite standard suhosin tokenizer wddx xml xmlreader xmlrpc xmlwriter xsl Zend Optimizer zip zlib [Zend Modules] Zend Optimizer the ionCube PHP Loader Configure Command => './configure' '--disable-cgi' '--with-litespeed' '--disable-pdo' '--enable-bcmath' '--enable-calendar' '--enable-exif' '--enable-ftp' '--enable-gd-native-ttf' '--enable-libxml' '--enable-magic-quotes' '--enable-mbstring' '--enable-safe-mode' '--enable-soap' '--enable-sockets' '--enable-wddx' '--enable-zip' '--prefix=/usr/local' '--with-bz2' '--with-config-file-path=/usr/local/lib' '--with-config-file-scan-dir=/usr/local/lib/php.ini.d' '--with-curl=/opt/curlssl/' '--with-curlwrappers' '--with-freetype-dir=/usr' '--with-gd' '--with-gettext' '--with-imap=/opt/php_with_imap_client/' '--with-imap-ssl=/usr' '--with-jpeg-dir=/usr' '--with-kerberos' '--with-libexpat-dir=/usr' '--with-libxml-dir=/opt/xml2' '--with-libxml-dir=/opt/xml2/' '--with-mcrypt=/opt/libmcrypt/' '--with-mhash=/opt/mhash/' '--with-mime-magic' '--with-mysql=/usr' '--with-mysql-sock=/var/lib/mysql/mysql.sock' '--with-mysqli=/usr/bin/mysql_config' '--with-openssl=/usr' '--with-openssl-dir=/usr' '--with-png-dir=/usr' '--with-ttf' '--with-xmlrpc' '--with-xpm-dir=/usr' '--with-xsl=/opt/xslt/' '--with-zlib' '--with-zlib-dir=/usr'
  4. This a very weird one... Fresh install of IPB3 and when I enable .htaccess with: <IfModule mod_rewrite.c> Options -MultiViews RewriteEngine On RewriteBase /ipb3/ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /ipb3/index.php [L] </IfModule> IE stops displaying the page correctly. (FireFox Opera just fine) WITH: i44.tinypic.com/35b8j80.jpg WITHOUT: i42.tinypic.com/kbra5i.jpg NOTE: Removing the . from "RewriteRule . /ipb3/index.php [L]" and page loads, but the SEO does not work correct. I'm going to assume that for some reason its causing IE to maybe incorrectly pull css? The other thing is, ALL the html code is generated and shown correctly in the source just not being rendered correctly...