Results 1 to 5 of 5

How to find out if mod_rewrite is supported?

This is a discussion on How to find out if mod_rewrite is supported? within the Pre-Sales Questions forums, part of the Announcements & Pre-Sales category; I have no Idea if my hoster has installed mod_rewrite on the used apache web server, is there any way ...

  1. #1
    Member
    Real Name
    Gerrit
    Join Date
    Aug 2006
    Posts
    61
    Liked
    0 times

    How to find out if mod_rewrite is supported?

    I have no Idea if my hoster has installed mod_rewrite on the used apache web server, is there any way to find that out or to test if it works? Or is the only possibility to ask my hoster?

  2. #2
    Senior Member
    Real Name
    Keith Cohen
    Join Date
    Jul 2005
    Location
    Raleigh, NC USA
    Posts
    6,147
    Liked
    12 times
    Create a .htaccess containing the following and upload it to the root of your site:

    Code:
    RewriteEngine On
    RewriteRule ^google.html$ http://www.google.com/ [R=301]
    Going to http://www.yoursite.com/google.html should redirect you to Google.com.

  3. #3
    Member
    Real Name
    Gerrit
    Join Date
    Aug 2006
    Posts
    61
    Liked
    0 times
    Heh, it works, IonCube is also installed, seems I'm ready for vBSEO, now I can think about it

  4. #4
    Senior Member
    Real Name
    Keith Cohen
    Join Date
    Jul 2005
    Location
    Raleigh, NC USA
    Posts
    6,147
    Liked
    12 times
    What version of ionCube is loaded? Make sure it's the latest if it's being loaded via PHP.INI. (If an older version of ionCube is being loaded in PHP.INI, uploading a new version of the loaders under your forums directory will not override the older ones. If you don't have access to your PHP.INI, then you may have to ask your host to update.)

    The test script doesn't currently test the version of ionCube, which is why I ask.

  5. #5
    Member
    Real Name
    Gerrit
    Join Date
    Aug 2006
    Posts
    61
    Liked
    0 times
    I have no idea, is there a way to find that out?

    Anyway, why can't I edit my own post until I reload the site once?

Similar Threads

  1. Find website ranking?
    By Rude Awakening in forum General Discussion
    Replies: 5
    Last Post: 03-03-2010, 02:24 AM
  2. where to find test script
    By hc.... in forum General Discussion
    Replies: 11
    Last Post: 01-04-2008, 01:10 AM
  3. Cannot find option to set copyright text
    By GateKeeper in forum Troubleshooting
    Replies: 3
    Last Post: 06-16-2006, 02:10 PM

Posting Permissions

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