Recent content by Ahmed Mafaz

  1. A

    Wordpress Rewrite Rules.

    Update: I think ive managed to do what @andrewklimek mentioned althought it does not work too. Could you check whether ive done it correctly? Thanks.
  2. A

    Wordpress Rewrite Rules.

    I dont understand. How do i setup the context? Using this: RewriteRule ^/en/index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule /en /en/index.php [L] in the rewrite tab does not work still. Everything works fine apache.
  3. A

    Wordpress Rewrite Rules.

    Only the language.
  4. A

    Wordpress Rewrite Rules.

    1 domain 2 wordpress installations. wordpress1 to domain.com wordpress2 to domain.com/en/
  5. A

    Wordpress Rewrite Rules.

    It still redirects to links from domain.com # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule>
  6. A

    Wordpress Rewrite Rules.

    Hello, I have wordpress1 installed to domain.com When i setup wordpress2 to domain.com/en/ all links keeps redirecting to domain.com For wordpress2 i created virtual host: Document root: /home/username/public_html/en Domain name: domain.com Domain alias: en.domain.com With the rewrite rule: #...
  7. A

    Php Setups

    Thankyou. This was what i was searching for hehe :)
  8. A

    Php Setups

    Hello, Im not using OLS with Apache. To simplify, I have 1 account on my server. When i setup LSAPI_CHILDREN and max connections in to lets say 10, running top shows more than 10 lsphp processes. Also how to set up process groups ? Is it a Litespeed only feature ? Thankyou.
  9. A

    Php Setups

    Hello, Im currently using ea4 Apache with php7.0 fpm. Tested openlitespeed v1.4.28. How do we setup php as process group. When i was using Litespeed it was as simple as putting a bit of stuff in an apache include file: <IfModule LiteSpeed> LSPHP_ProcessGroup on LSPHP_Workers 15 </IfModule>...
Top