Results 1 to 6 of 6

Thread: .htaccess

  1. #1
    Join Date
    May 2007
    Posts
    26

    Default .htaccess

    were is the good .htaccess for
    PHP version 4.4.6
    MySQL version 4.1.21-standard-log
    Apache version 1.3.37 (Unix)
    (CirtexHosting) ?

    y have this .htaccess but something is no good:


    Options +FollowSymLinks
    RewriteEngine on

    RewriteRule ^admin$ - [L]
    RewriteRule ^admin/(.*) - [L]
    RewriteRule ^install$ - [L]
    RewriteRule ^install/(.*) - [L]
    RewriteRule ^$ index.php
    RewriteRule ^channel/(.*)?/?(.*)/ channel_detail.php?id=$1
    RewriteRule ^view/(.*)/(.*)/ view_video.php?id=$1 [L,QSA]
    RewriteRule ^tag/(.*)/(.*) tag.php?search_id=$1&page=$2 [L,QSA]
    RewriteRule ^detailed/recent/(.*) video.php?category=recent&page=$1&viewtype=detaile d
    RewriteRule ^detailed/viewed/(.*) video.php?category=viewed&page=$1&viewtype=detaile d
    RewriteRule ^detailed/discussed/(.*) video.php?category=discussed&page=$1&viewtype=deta iled
    RewriteRule ^detailed/favorites/(.*) video.php?category=favorites&page=$1&viewtype=deta iled
    RewriteRule ^detailed/rated/(.*) video.php?category=rated&page=$1&viewtype=detailed
    RewriteRule ^detailed/featured/(.*) video.php?category=featured&page=$1&viewtype=detai led
    RewriteRule ^detailed/random/(.*) video.php?category=random&page=$1&viewtype=detaile d
    RewriteRule ^recent/(.*) video.php?category=recent&page=$1
    RewriteRule ^viewed/(.*) video.php?category=viewed&page=$1
    RewriteRule ^discussed/(.*) video.php?category=discussed&page=$1
    RewriteRule ^favorites/(.*) video.php?category=favorites&page=$1
    RewriteRule ^rated/(.*) video.php?category=rated&page=$1
    RewriteRule ^featured/(.*) video.php?category=featured&page=$1
    RewriteRule ^random/(.*) video.php?category=random&page=$1
    RewriteRule ^rss/new/ rss.php?type=new [L]
    RewriteRule ^rss/comments/ rss.php?type=comments [L]
    RewriteRule ^rss/views/ rss.php?type=views [L]
    RewriteRule ^group/(.*)/ groups_home.php?urlkey=$1
    RewriteRule ^([^/\.]+)/favorites/(.*) user_favorites.php?username=$1&page=$2
    RewriteRule ^([^/\.]+)/playlist/(.*) playlist.php?username=$1&page=$2
    RewriteRule ^([^/\.]+)/friends/(.*) user_friends.php?username=$1&page=$2
    RewriteRule ^([^/\.]+)/public/(.*)$ user_videos.php?username=$1&type=public&page=$2
    RewriteRule ^([^/\.]+)/private/(.*)$ user_videos.php?username=$1&type=private&page=$2 [L,QSA]
    RewriteRule ^([^/\.]+)/groups/(.*)$ user_groups.php?username=$1&page=$2 [L,QSA]
    RewriteRule ^([^/\.]+)?/?$ user.php?username=$1 [L,QSA]
    php_value upload_max_filesize 800M
    php_value post_max_size 800M
    php_value output_buffering on
    php_value max_execution_time 1000
    php_value max_input_time 1000
    SecFilterEngine Off
    SecFilterScanPOST Off
    thanks

  2. #2
    Join Date
    May 2007
    Posts
    26

    Default

    why nobody answers to me? perhaps because I am Italian maccarone?
    :lol:

  3. #3
    Join Date
    Apr 2007
    Posts
    2,202

    Default

    The .htaccess will work with all version of php.

    What problem you are facing ? Post your web site url having problem, so we can tell why it is not working.

  4. #4
    Join Date
    May 2007
    Posts
    26

    Default

    thanks Admin
    From my PC using IE I do not see the player, using FIREFOX I see it correctly.
    When I make upload of the rows exits to me: Upload: Unallowed characters in description. How I make to correct this?
    Moreover from the control panel I do not succeed to modify the static pages, therefore I must take part directly in the tpl files
    p.s. My site url is: http://pornvideos.00videoporno.com/pornvideos

  5. #5
    Join Date
    Apr 2007
    Posts
    2,202

    Default

    Quote Originally Posted by ostendo
    thanks Admin
    From my PC using IE I do not see the player, using FIREFOX I see it correctly.
    What oversion of IE you are using ? We tested on IE 6 and is working fine.

    When I make upload of the rows exits to me: Upload: Unallowed characters in description. How I make to correct this?
    There are few special charactors not allowed.

    Moreover from the control panel I do not succeed to modify the static pages, therefore I must take part directly in the tpl files
    p.s. My site url is: http://pornvideos.00videoporno.com/pornvideos
    You need to chmod 777 all files inside the templates folder, if you don't chmod the files, editing will not work.

  6. #6
    Join Date
    May 2007
    Posts
    26

    Default

    OK, tanks admin

Similar Threads

  1. .htaccess error
    By nitramf in forum Installation Support
    Replies: 4
    Last Post: 04-18-2009, 08:18 AM
  2. .htaccess
    By jiffyspop in forum Installation Support
    Replies: 1
    Last Post: 09-08-2008, 04:42 AM
  3. Please Help question about .htaccess
    By brenea in forum General Discussions
    Replies: 3
    Last Post: 09-04-2007, 04:26 AM
  4. Copy of htaccess
    By bdwebb in forum Installation Support
    Replies: 1
    Last Post: 08-07-2007, 01:47 PM
  5. .htaccess file
    By wannaclip in forum General Discussions
    Replies: 12
    Last Post: 06-15-2007, 08:22 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
  •