Phincy
- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
Activity overview
Latest activity by Phincy-
Phincy commented,
Try adding the following permalink rules to your .htaccess file. # BEGIN WordPress RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{...
-
Phincy commented,
Basically, the grub will be loading the kernel to which the "default" parameter points to. In your case, it will be title "CentOS (2.6.32-431.3.1.el6.x86_64)". The grub counts from 0. So, as you c...
-
Phincy commented,
hi, With my understanding, DNS always read a domain(sub) from rightt to left. So consider your sub domain is sub.domain.com. Then basically, you should have a proper A record for the sub.domain.co...
-
Phincy commented,
Hi, Please try the following steps via a root terminal. # pecl download memcached # tar -zxvf memcached-2.1.0.tgz # cd mecached* # phpize # ./configure # make && make install # echo "exten...
-
Phincy commented,
eAccelerator won't work with SuPHP because SuPHP runs php as a child process under different users. eAccelerator needs all processes to be forked from the same parent to share a memory segment. You...
-
Phincy commented,
[quote="mojamoi, post: 1535022">Hello, Is there a way to connect between 2 remote servers and transfer the directories recursively including subdirectories using command line ftp server name wha...