Results 1 to 4 of 4
  1. #1
    manik's Avatar
    manik is online now Om Shanti!
    Join Date
    Apr 2008
    Location
    Boston, USA
    Posts
    13,172
    Thanks
    744
    Thanked 699 Times in 550 Posts
    Blog Entries
    4
    Feedback Score
    4 (100%)

    Default Mod Rewrite Not Working - No Error

    i got a site where mod rewrite isnt working.

    on httpd file I have
    LoadModule rewrite_module modules/mod_rewrite.so
    uncommented

    Also for directory
    <Directory "/var/www/html">
    Options Indexes FollowSymLinks

    AllowOverride All

    Order allow,deny
    Allow from all

    </Directory>

    At the beginning of the .htaccess i have
    RewriteEngine on
    RewriteRule testpage\.html Google [R]

    Which supposed to redirect to google on loading testpage.html
    Instead of redirecting it stays on that page testpage.html

    Any idea?
    Free Classified Ads & BUSINESS/PROFESSIONAL SOCIAL NETWORK


  2. #2
    Join Date
    Jan 2012
    Posts
    52
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Feedback Score
    0

    Default

    Is mod_rewrite loaded on the server?

  3. #3
    Join Date
    Jan 2012
    Location
    India
    Posts
    16
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Feedback Score
    0

    Default

    Take a look at the error logs normally located at /var/log/httpd/error.log in case you're on Linux and using Apache.

  4. #4
    drewtoby is offline Sophomore
    Join Date
    Jan 2012
    Posts
    125
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Feedback Score
    0

Similar Threads

  1. Vbulletin Database Error, SQL Error, Help Me...
    By intheghost1 in forum WebCosmo Forums
    Replies: 3
    Last Post: 02-20-2011, 09:43 AM
  2. Two problems... Apache rewrite mod and wordpress theme/tag error causing display issues
    By P-ink in forum Web Development - Programming & Coding
    Replies: 0
    Last Post: 02-02-2011, 01:57 PM
  3. How do i rewrite this URL
    By seoladder in forum PHP
    Replies: 2
    Last Post: 06-17-2010, 03:14 AM
  4. Replies: 15
    Last Post: 12-23-2008, 04:20 AM
  5. Working Hard or Working Smart?
    By manik in forum General Business
    Replies: 7
    Last Post: 07-06-2008, 07:02 PM

Tags for this Thread

Posting Permissions

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