.htaccess issue, willing to pay for help

Using mod_rewrite to handle various content issues

.htaccess issue, willing to pay for help

Postby srednatonmi » Thu Aug 14, 2008 5:32 pm

I recently set up a new script on a website: songroot.com.

Godaddy (my hosting provider) had mod_rewrite enabled globally on linux servers and I just need to control it's actions with an .htaccess file. As of now the searching doesn't work. I know I'm not giving a whole lot of information but I don't know what to provide.

Here is my .htaccess info for that directory.

Code: Select all
RewriteEngine on
RewriteRule ^myplaylist playlist.php
RewriteRule ^lyrics/(.*)/(.*)?$ /lyrics.php?id=$1&name=$2
RewriteRule ^search/(.*)/(.*)/(.*)?$ index.php?search=$1&page=$2&type=$3 [L]


As I said, if anyone can refer me to someone who can do the work for me or help me out, I am willing to pay to get this up and running. Thanks in advance,
Anders[/code]
srednatonmi
 
Posts: 1
Joined: Thu Aug 14, 2008 5:29 pm

Postby richardk » Sat Aug 16, 2008 3:05 pm

The last rule is the only rule that doesn't work?
What are you doing (clicking a link, typing in a URL, submitting a form) that doesn't work?

Code: Select all
Options +FollowSymLinks

RewriteEngine On

RewriteRule ^myplaylist/?$                     /playlist.php                        [QSA,L]
RewriteRule ^lyrics/([^/]+)/([^/]+)/?$         /lyrics.php?id=$1&name=$2            [QSA,L]
RewriteRule ^search/([^/]+)/([^/]+)/([^/]+)/?$ /index.php?search=$1&page=$2&type=$3 [QSA,L]
richardk
 
Posts: 8800
Joined: Wed Dec 21, 2005 7:50 am


Return to Content

Who is online

Users browsing this forum: No registered users and 19 guests

cron