Results 1 to 7 of 7
-
17th Apr 2010, 11:43 AM #1OPMember
Need help urgent!! how to get .htaccess files to work with lighttpd?
Ths rule were suppose to be in public_html htaccess
RewriteEngine on
Options +FollowSymlinks
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?link=$1
RewriteRule ^link([^/]*).html$ rewrite.php?link=$1 [L]
But after installing lightted, my server guy change it and add it to /etc/lighttpd/lighttpd.conf as
url.rewrite-once = ( "^link([^/]*).html$" => "/rewrite.php?link=$1",
".*\.(js|ico|gif|jpg|png|css|php|)$" => "$0",
"^/(.*)$" => "/index.php?link=$1")
but isn't working. Someone please advicekohkindachi Reviewed by kohkindachi on . Need help urgent!! how to get .htaccess files to work with lighttpd? Ths rule were suppose to be in public_html htaccess RewriteEngine on Options +FollowSymlinks RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php?link=$1 RewriteRule ^link(*).html$ rewrite.php?link=$1 Rating: 5
-
17th Apr 2010, 11:53 AM #2The Wise OneWebsite's:
twilight.ws ddlrank.comI suggest you to read this:
http://redmine.lighttpd.net/wiki/1/Docs:ModRewriteI can always be contacted by sending a tweet @twilightws
-
17th Apr 2010, 11:58 AM #3OPMember
Thanks
But I don't have time for this at the moment. I'm looking for someone who can get me a proper code
-
17th Apr 2010, 12:27 PM #4OPMember
Ok I'll pay someone who're able to help me. Really urgent
-
17th Apr 2010, 01:09 PM #5OPMember
I see so many 'pro' offering hosting here. But can't believe not a single one knows
-
19th Apr 2010, 09:25 AM #6MemberWebsite's:
Elite.SO Defendos.com Motionite.cominstall apache (A)
-
22nd Apr 2010, 10:57 AM #7MemberWebsite's:
cliffsupport.com syntrio.inHave you made sure the rewrite module is enabled in the lighty configuration file?
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
htaccess files need help
By jetli68 in forum Technical Help Desk SupportReplies: 3Last Post: 29th Feb 2012, 05:03 AM -
[Help] htaccess --> lighttpd
By kohkindachi in forum Technical Help Desk SupportReplies: 5Last Post: 5th Nov 2011, 06:46 PM -
Passwd & htaccess for lighttpd
By pi0tr3k in forum Technical Help Desk SupportReplies: 9Last Post: 9th May 2010, 02:37 PM -
[Hiring] Need 10$ !! can do any shit work for you !! [Really Urgent]
By Sam in forum Completed TransactionsReplies: 12Last Post: 27th Apr 2010, 06:58 PM -
Can anyone help me convert htaccess to lighttpd?
By crook in forum Webmaster ResourcesReplies: 7Last Post: 21st May 2009, 01:39 PM
themaManager - edit and manage...
Version 4.18 released. Open older version (or...