Results 1 to 2 of 2

Options +FollowSymLinks

This is a discussion on Options +FollowSymLinks within the Off-Topic & Chit Chat forums, part of the Focus on Members category; htaccess question: Options +FollowSymLinks RewriteEngine on RewriteRule (.*)\.htm$ /index.php?cat=$1 it works. but this one gives error: Options +FollowSymLinks RewriteEngine on ...

  1. #1
    Junior Member draligus's Avatar
    Real Name
    ALI GURTUNA
    Join Date
    Jun 2006
    Posts
    12
    Liked
    0 times

    Thumbs down Options +FollowSymLinks

    htaccess question:

    Options +FollowSymLinks
    RewriteEngine on
    RewriteRule (.*)\.htm$ /index.php?cat=$1

    it works.

    but this one gives error:
    Options +FollowSymLinks
    RewriteEngine on
    RewriteRule (.*)\.htm$ /index.php?cat=$1
    RewriteRule (.*)\.php$ /sayfa.php?cat=$1

    when i use it, i get 500 * internal server error

  2. #2
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    Hello,

    you can try to put [L] to the last rewrite rule like this:
    Code:
    RewriteRule (.*)\.php$ /sayfa.php?cat=$1 [L]

Similar Threads

  1. Options in Beta Stage?
    By Webnower in forum General Discussion
    Replies: 1
    Last Post: 04-19-2006, 04:49 PM
  2. 403 and error log errors?
    By GlitterKill in forum Bug Reporting
    Replies: 6
    Last Post: 02-16-2006, 05:32 PM
  3. Width of vBulletin Options setup
    By T2DMan in forum Sitemap Features Archive
    Replies: 0
    Last Post: 12-18-2005, 09:45 PM
  4. 2.3.0 - vbseocp.php - vB's Archive Options
    By Keith Cohen in forum Bug Reporting
    Replies: 1
    Last Post: 11-30-2005, 10:22 PM
  5. AdminCP Options
    By TraumTeam in forum Troubleshooting
    Replies: 1
    Last Post: 09-29-2005, 07:24 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
  •