Results 1 to 2 of 2

Thread: mod_rewrite - sub directory - friendly profile URL

  1. #1
    makenoize's Avatar
    Join Date
    Sep 2006
    Posts
    182

    Default mod_rewrite - sub directory - friendly profile URL

    We have our installation of IQ (4.1.0004) in a subfolder called 'community'

    My mod rewrite for friendly profile URL is working if you put this:

    http://www.myDomain.com/community/UserName

    but not if you use this http://www.myDomain.com/UserName

    . Can one of you fantastic people tell me how to get the friendly url to work given my subdirectory installation? It was working before we migrated but htaccess file did not make the migration.

    This is our current
    Code:
    RewriteEngine on
    
    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule .+ - [L]
    RewriteRule ^([A-Za-z0-9_-]+)$ profile.php?ID=$1 [QSA,L]
    Thanks for any help.
    makenoize uses IQ AE Dating (4.1.0004) and Clean 6.0.1b3. Currently using D7 and hating it - this is no longer fun.......

  2. #2
    makenoize's Avatar
    Join Date
    Sep 2006
    Posts
    182

    Default rewrite_name.php

    Got it... forgot that we have to use rewrite_name.php and


    RewriteRule ^([^/]+)/?$ masterslave/rewrite_name.php [L]


    solved,
    makenoize uses IQ AE Dating (4.1.0004) and Clean 6.0.1b3. Currently using D7 and hating it - this is no longer fun.......

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Dolphin 6.1.4 mod_rewrite and .htaccess can't see profile pages
    By Aleks in forum General Issues, Comments, Questions
    Replies: 5
    Last Post: 12-18-2008, 08:41 PM
  2. Problem with friendly profile permalinks
    By madalex in forum Dolphin General Discussion v6.00 and above
    Replies: 1
    Last Post: 12-11-2007, 09:42 AM
  3. mod_rewrite
    By dgk in forum Dolphin General Discussion v5.0 to v5.21
    Replies: 0
    Last Post: 10-19-2006, 02:38 PM
  4. mod_rewrite...again
    By Toreador in forum Promotion and Affilliates
    Replies: 7
    Last Post: 09-25-2006, 07:27 AM
  5. .htaccess and mod_rewrite = search engine friendly pages
    By rr1024 in forum Promotion and Affilliates
    Replies: 11
    Last Post: 05-31-2006, 10:37 AM

Bookmarks

Posting Permissions

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