Results 1 to 7 of 7

Thread: The requested URL /recent/ was not found on this server.

  1. #1
    Join Date
    Sep 2008
    Posts
    7

    Default The requested URL /recent/ was not found on this server.

    The requested URL /recent/ was not found on this server.
    I have the .htaccess in there but dont get why it wont work any thoughts

    http://www.cjiz.com

  2. #2
    Join Date
    Sep 2008
    Posts
    1,019

    Default Re: The requested URL /recent/ was not found on this server.

    You will need to ask your webhost whether or not they allow .htaccess modifications to a site. Some hosts do not allow this. If they do, they will need to allow you the ability to enable the Rewrite function of Apache from it.
    vShare Solutions
    Custom vShare Modules and Services

    Now, your visitors can watch videos on your site using their mobile or tablet device with the Mobility Mod for vShare 2.8!

  3. #3
    Join Date
    Sep 2008
    Posts
    7

    Default Re: The requested URL /recent/ was not found on this server.

    Well I do not host threw a hosting company. I Have my servers and t2 but kind of new to linux if you could point me in the right direction that would be awsome thank you.

    I am use fedora 8 and cent os

  4. #4
    Join Date
    Sep 2008
    Posts
    1,019

    Default Re: The requested URL /recent/ was not found on this server.

    It's more of an Apache skill versus a Linux one. Does your server have a control panel? Or are you managing your sites by hand. The reason I ask is because most of the commercial control panels out there allow for you to make adjustments like this from the web versus having to find the file. Essentially, you are going to be looking for your httpd.conf file on your server and will be making a change for your particular site. You are going to need to change the "AllowOverride None" for your particular site to "AllowOverride All". Your best friend here will be the Apache documentation.
    vShare Solutions
    Custom vShare Modules and Services

    Now, your visitors can watch videos on your site using their mobile or tablet device with the Mobility Mod for vShare 2.8!

  5. #5
    Join Date
    Jul 2008
    Posts
    22

    Default Re: The requested URL /recent/ was not found on this server.

    dbl thread sorry

  6. #6
    Join Date
    Jul 2008
    Posts
    22

    Default Re: The requested URL /recent/ was not found on this server.

    look in /usr/local/apache2/conf/httpd.conf

    .htaccess files allows us to change configurations on our servers per directory or subdirectory. we may enable htaccess files by editing our httpd.conf rewmoving the comment on line from

    ;LoadModule rewrite_module modules/mod_rewrite.so

    to

    LoadModule rewrite_module modules/mod_rewrite.so

    we need to change the AllowOverride directive also from

    <Directory />
    Options FollowSymLinks
    AllowOverride None
    Order deny,allow
    Deny from all
    Satisfy all
    </Directory>

    to

    <Directory />
    Options FollowSymLinks
    AllowOverride All
    Order deny,allow
    Deny from all
    Satisfy all
    </Directory>

  7. #7
    Join Date
    Sep 2008
    Posts
    7

    Default Re: The requested URL /recent/ was not found on this server.

    hey coool thank you on my desktop/sever box I manage the sites by hand it is fedora 8.
    I tried to put ispconfig on one of my servers running fedora 8 with no luck so I am going to try to put the ispconfig on centos and see if that works. thanks for the replys. :D

Similar Threads

  1. Recent page
    By pjohn in forum Template Modifications
    Replies: 4
    Last Post: 01-21-2009, 07:31 PM
  2. VideoSwiper Now Supports Server 2 Server Video Transfers
    By videoswiper in forum General Discussions
    Replies: 1
    Last Post: 11-18-2008, 07:42 AM
  3. Recent Logins
    By devarioj in forum Template Modifications
    Replies: 2
    Last Post: 06-05-2008, 05:36 PM
  4. Recent Tags - How Many?
    By SportsGamingTV.com in forum Fixed Bugs
    Replies: 8
    Last Post: 08-17-2007, 11:17 AM
  5. ::: More than 4 recent videos :::
    By matrix_france in forum Fixed Bugs
    Replies: 9
    Last Post: 07-18-2007, 06:09 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
  •