Hello all I'm new here, but believe in you. I have a problem with my .htaccess file under Linux and installed Apache 2, PHP 5, MySQL 5. I want to change my links with mod_rewrite, but with .htaccess, mod_rewrite not working too. My links now is www(dot)sitename(dot)domain/?k=somepage When I visit some torrent, link is: www(dot)sitename(dot)domain/?k=torrents&id=151(this is example link). Needed form for link is www(dot)sitename(dot)domain/Torrent_name. Somebody help me? PS: Sry for my bad English
My httpd file is configured. Module is loaded, but problem is not only with mod_rewrite. For example: When I enter: Order Allow, Deny Deny from all I still can enter in site... In httpd I configure and .htaccess setting and it's still doesn't work.