Results 1 to 7 of 7

Thread: .htaccess?

  1. #1
    Toreador's Avatar
    Join Date
    Aug 2006
    Posts
    301

    Default .htaccess?

    I'm looking around and noticed the .htaccess file is no longer in the root directory with 5.4... so basically how would I impliment the boonex mod_rewrite in this case?
    Dolphin 5.6 ...I think

  2. #2
    gvpm
    Guest

    Default

    i believe in the zip file they provide you with one.

  3. #3
    Toreador's Avatar
    Join Date
    Aug 2006
    Posts
    301

    Default

    They do, but when copied over, the site goes blank... yeehaw
    Dolphin 5.6 ...I think

  4. #4
    Toreador's Avatar
    Join Date
    Aug 2006
    Posts
    301

    Default

    I really don't understand this. The documentation for the upgrade states it added the .htaccess file, but it's nowhere to be found. My site works no problem though. I just want to do the modifications to it and the file isn't even in the upgrade folder I have on my PC. Smoge? LOL
    Dolphin 5.6 ...I think

  5. #5

    Join Date
    Sep 2006
    Posts
    431

    Default

    I had a similar problem. I had no .htaccess folder when i tried to implement the mod re-write.

    I created one:

    RewriteEngine on

    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule .+ - [L]
    RewriteRule .* rewrite_name.php [L]
    php_flag register_globals Off



    Then, my site went blank, and I got a few various errors. I contacted my hosting company and asked them to allow for mod rewrite. They emailed me back and said, all of their servers come like that automatically. I checked my site again and it suddenly worked correctly.

    Apparently they DID activate it, and then acted as if it was on all the time. I am not sure, just guessing. Funny how it suddenly worked.

    Also, make sure you uploaded the rewrite_name.php to the root folder.

    I am also not sure how to configure if your site is in a sub folder not the root (ie: http://mysite.com/dating/)
    Last edited by Ringodestarr; 01-06-2007 at 01:43 PM.
    Anyone who has a banana can eat it!

    From 0 to 6.0 in 3.5

  6. #6
    Toreador's Avatar
    Join Date
    Aug 2006
    Posts
    301

    Default

    Damnit!! You're right! Thanks Ringo. We just upgraded to a 20mbs connection and the host forgot to enable the mod rewrite.
    Dolphin 5.6 ...I think

  7. #7
    Administrator Smoge's Avatar
    Join Date
    Mar 2005
    Posts
    6,634
    Blog Entries
    5

    Default

    You can just create .htaccess files.... even empty ones (0 bytes).

    It's what you put in them that is important - the file itself can just be created.

    Smoge

    Quote Originally Posted by Toreador
    I really don't understand this. The documentation for the upgrade states it added the .htaccess file, but it's nowhere to be found. My site works no problem though. I just want to do the modifications to it and the file isn't even in the upgrade folder I have on my PC. Smoge? LOL
    ModMySite Administrator

    Problems? Questions? Need modifications or other help with your site?

    Open A Ticket , Send Us An Email Or Give Us A Telephone Call +1 518-632-4152.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. .htaccess help with 1and1 servers & Dolphin 6.1
    By imburne in forum Dolphin General Discussion v6.00 and above
    Replies: 16
    Last Post: 12-24-2009, 09:29 PM
  2. .htaccess Friendly url Fixed Using Godaddy Hosting
    By 2008 in forum General Troubleshooting
    Replies: 4
    Last Post: 11-08-2008, 10:48 AM
  3. Need Dolphin 6.1 + Ray + .htaccess problems PWNED!
    By imburne in forum Dolphin General Discussion v6.00 and above
    Replies: 0
    Last Post: 05-05-2008, 12:26 PM
  4. htaccess redirecting forwarding
    By ou812 in forum General Troubleshooting
    Replies: 0
    Last Post: 12-11-2007, 05:26 PM
  5. htaccess files
    By Yair Czitrom in forum Upgrading
    Replies: 1
    Last Post: 09-04-2005, 08:51 PM

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
  •