Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Website and Server Administration Forum


You are currently viewing our Website and Server Administration Forum as a guest. Please register to participate.
Login



Reply
.htaccess Problem. Please Help Me ASAP
Old 10-29-2008, 03:06 PM .htaccess Problem. Please Help Me ASAP
Junior Talker

Posts: 3
Name: Pradeep
Trades: 0
Hello

I have a small problem with my .htaccess .
I am very new to htaccess .

I have a website whr im redirecting specific URL to the main page itself [index.php] .
like

URL/ex/ is redirected to URL/index.php

but i have a directory whr my admin panel lies

so url to my admin is like

URL/admin/ . I intend the index.php of admin directory should be opened but not the index.php of main directory

But its not working . I know its the magic of htaccess as it gets any name after the slash in url to the index.php of main directory

please help me to solve my situation asap.

My .htaccess file goes as follows


Options +FollowSymLinks
RewriteEngine on
RewriteRule ^(.*)/images/(.*)$ /images/$2 [L]
RewriteCond $1 !^index\.php$
RewriteRule ^(.*)/$ index.php [L]

Thanks in advance
deez is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 10-30-2008, 06:10 AM Re: .htaccess Problem. Please Help Me ASAP
mtishetsky's Avatar
King Spam Talker

Posts: 1,226
Name: Mike
Location: Mataro, Spain
Trades: 0
Wrong

RewriteRule admin|images - [L]
RewriteRule .* /index.php
__________________

Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE

And don't forget to give me talkupation!
mtishetsky is offline
Reply With Quote
View Public Profile Visit mtishetsky's homepage!
 
Old 10-30-2008, 03:55 PM Re: .htaccess Problem. Please Help Me ASAP
Junior Talker

Posts: 3
Name: Pradeep
Trades: 0
Thanx for your response .
But what should be my code .
Can you give me the complete code.
I am very new to htaccess

Last edited by deez; 10-30-2008 at 04:01 PM..
deez is offline
Reply With Quote
View Public Profile
 
Old 10-30-2008, 04:19 PM Re: .htaccess Problem. Please Help Me ASAP
Junior Talker

Posts: 3
Name: Pradeep
Trades: 0
thanks i found the solution myself.........

i jus added the code as

RewriteCond %{REQUEST_URI} !^/admin/(.*)

before the RewriteRule ........ and it worked

Phew......... I am learning .....
deez is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to .htaccess Problem. Please Help Me ASAP
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.13620 seconds with 12 queries