Welcome to the IMTalk - Internet Marketing & SEO Forum.
  • Login:
+ Reply to Thread
Results 1 to 9 of 9
  1. #1
    bluearrow's Avatar
    bluearrow is offline IM & SEO Chatty bluearrow is just really nice bluearrow is just really nice bluearrow is just really nice bluearrow is just really nice
    Join Date
    Feb 2011
    Location
    Mount Olympus
    Posts
    1,916
    Thanks Given
    118
    Thanked 356 Times in 262 Posts

    How to know if suPHP is enabled ?

    I have this unmanaged VPS with Kloxo. Yesterday I updated Kloxo and now custom Permalink returning 404 error. I think this might be something related suPHP. anyone know how to find if it's enabled or not in a Kloxo server ?


    .

  2. #2
    wink0r's Avatar
    wink0r is offline Moderator wink0r is a splendid one to behold wink0r is a splendid one to behold wink0r is a splendid one to behold wink0r is a splendid one to behold wink0r is a splendid one to behold wink0r is a splendid one to behold wink0r is a splendid one to behold
    Join Date
    Oct 2010
    Location
    East Coast, USA
    Posts
    2,183
    Thanks Given
    941
    Thanked 651 Times in 491 Posts
    There is a very short script that will produce a list of your php features. You just upload a file to the server and open it in a browser.
    Code:
    <?php  // Show all information, defaults to INFO_ALL phpinfo();  // Show just the module information. // phpinfo(8) yields identical results. //phpinfo(INFO_MODULES);  ?>
    Just copy that to a text editor and name the file something like phpinfo.php. The name is unimportant as long as it has the .php extension. Then upload to the root directory of your server and open the file in your browser. It will give you a lot of information about your php installation.

  3. The Following User Says Thank You to wink0r For This Useful Post:


  4. #3
    bluearrow's Avatar
    bluearrow is offline IM & SEO Chatty bluearrow is just really nice bluearrow is just really nice bluearrow is just really nice bluearrow is just really nice
    Join Date
    Feb 2011
    Location
    Mount Olympus
    Posts
    1,916
    Thanks Given
    118
    Thanked 356 Times in 262 Posts
    I tried phpinfo already and it shows VPS has CGI/FastCGI version. You need to run PHP as CGI to enable suPHP but it doesn't show if its enabled or not.

    VPS has Kloxo and yesterday I ran latest update. Since then WP blogs in this vps giving me 404 errors for inner pages. Since I use custom link structures problem must be related to mod_rewrite. Also There is no httaccess file in blog so I think suPHP is running. I have no idea how to sort this out.

  5. #4
    wink0r's Avatar
    wink0r is offline Moderator wink0r is a splendid one to behold wink0r is a splendid one to behold wink0r is a splendid one to behold wink0r is a splendid one to behold wink0r is a splendid one to behold wink0r is a splendid one to behold wink0r is a splendid one to behold
    Join Date
    Oct 2010
    Location
    East Coast, USA
    Posts
    2,183
    Thanks Given
    941
    Thanked 651 Times in 491 Posts
    From other posts I suspect that your php knowledge is far ahead of mine. Good luck with the problem.

  6. #5
    bluearrow's Avatar
    bluearrow is offline IM & SEO Chatty bluearrow is just really nice bluearrow is just really nice bluearrow is just really nice bluearrow is just really nice
    Join Date
    Feb 2011
    Location
    Mount Olympus
    Posts
    1,916
    Thanks Given
    118
    Thanked 356 Times in 262 Posts
    Thanks for the help wink0r.

    I really need some luck to get this problem sorted out. I posted the question at WHT and that's where we can get all web hosting experts.

  7. #6
    Nemanja's Avatar
    Nemanja is offline IMTalk.org Nemanja has a reputation beyond repute Nemanja has a reputation beyond repute Nemanja has a reputation beyond repute Nemanja has a reputation beyond repute Nemanja has a reputation beyond repute Nemanja has a reputation beyond repute Nemanja has a reputation beyond repute Nemanja has a reputation beyond repute Nemanja has a reputation beyond repute Nemanja has a reputation beyond repute Nemanja has a reputation beyond repute
    Join Date
    Jun 2010
    Location
    www
    Posts
    4,870
    Thanks Given
    703
    Thanked 3,044 Times in 1,247 Posts
    I don't understand what is connection with suPHP and URL rewrite?
    First check if mod_rewrite is enabled.
    Also you need to have .htaccess file with rewrite rules there in order for custum links to work.
    I assume that you uploaded zip file and unzipped it at the VPS, but .htaccess file is not there "unzipped", or if not .htaccess file is somehow lost after that update.
    So please look into your orig files (WP backup)at your HDD(PC) and see if there is .htaccess file if yes, then use ftp and transfer that file to appropriate location.

  8. #7
    bluearrow's Avatar
    bluearrow is offline IM & SEO Chatty bluearrow is just really nice bluearrow is just really nice bluearrow is just really nice bluearrow is just really nice
    Join Date
    Feb 2011
    Location
    Mount Olympus
    Posts
    1,916
    Thanks Given
    118
    Thanked 356 Times in 262 Posts
    .htaccess doesn't work when you enable suPHP. This is why I want to know if suPHP is enabled or not. I don't know how mod_rewrite will work without .htaccess.

  9. #8
    Nemanja's Avatar
    Nemanja is offline IMTalk.org Nemanja has a reputation beyond repute Nemanja has a reputation beyond repute Nemanja has a reputation beyond repute Nemanja has a reputation beyond repute Nemanja has a reputation beyond repute Nemanja has a reputation beyond repute Nemanja has a reputation beyond repute Nemanja has a reputation beyond repute Nemanja has a reputation beyond repute Nemanja has a reputation beyond repute Nemanja has a reputation beyond repute
    Join Date
    Jun 2010
    Location
    www
    Posts
    4,870
    Thanks Given
    703
    Thanked 3,044 Times in 1,247 Posts
    Quote Originally Posted by bluearrow View Post
    .htaccess doesn't work when you enable suPHP. This is why I want to know if suPHP is enabled or not. I don't know how mod_rewrite will work without .htaccess.
    Did you tried to upload .htaccess to your root folder from PC(backup)?

  10. #9
    bluearrow's Avatar
    bluearrow is offline IM & SEO Chatty bluearrow is just really nice bluearrow is just really nice bluearrow is just really nice bluearrow is just really nice
    Join Date
    Feb 2011
    Location
    Mount Olympus
    Posts
    1,916
    Thanks Given
    118
    Thanked 356 Times in 262 Posts
    That's one of the first things I did check. uploaded .htaccess with all right script but still got 404 error.


 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts