Webmaster Forum


Go Back   Webmaster Forum > Web Development > Web Design Lobby > Coding Forum
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Coding Forum Problems with your code? Let's hear about it.

Ezilon Directory   I Sell Pagerank   V7N Directory

Reply
 
LinkBack Thread Tools Display Modes
Old 06-13-2006, 11:26 PM   #1 (permalink)
Inactive
 
theChronic's Avatar
 
Join Date: 12-19-05
Location: Berkeley, California
Posts: 515
iTrader: 0 / 0%
Latest Blog:
None

theChronic is just really nicetheChronic is just really nicetheChronic is just really nicetheChronic is just really nicetheChronic is just really nicetheChronic is just really nicetheChronic is just really nicetheChronic is just really nicetheChronic is just really nicetheChronic is just really nicetheChronic is just really nice
htaccess issue

Hey whats up
I am trying to get my CMS to redirect from the http:// to http://www but the htaccess is having a hard time.

Here is my code for it (I don't know much about htaccess)
Code:
Options FollowSymLinks RewriteEngine On RewriteBase / RewriteCond %{REQUEST_URI} (/|\.htm|\.php|\.html|/[^.]*)$ [NC] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule (.*) index.php RewriteCond %{HTTP_HOST} ^someabsurdsite.com RewriteRule (.*) http://www.someabsurdsite.com/$1 [R=301,L]
Everything goes fine if you are browsing around on the www version, but if you try to go to http://someabsurdsite.com/thisdirectory you get taken to the url http://www.someabsurdsite.com/index.php/thisdirectory and it says "No input file specifed"

I am thinking this has to do with (this is me just making observations about similar code)
Code:
RewriteRule (.*) index.php
and
Code:
RewriteRule (.*) http://www.someabsurdsite.com/$1 [R=301,L]
It looks like similar rules with the (.*) stuff

Could anyone help me or is there not enough info to get a conclusion out of?

Thanks a lot
John
theChronic is offline  
Add Post to del.icio.us
Reply With Quote
Sponsored Links
SEO Hosting by HostGator  Advertise Here  Buy Blog Links
Old 06-14-2006, 12:32 AM   #2 (permalink)
Inactive
 
theChronic's Avatar
 
Join Date: 12-19-05
Location: Berkeley, California
Posts: 515
iTrader: 0 / 0%
Latest Blog:
None

theChronic is just really nicetheChronic is just really nicetheChronic is just really nicetheChronic is just really nicetheChronic is just really nicetheChronic is just really nicetheChronic is just really nicetheChronic is just really nicetheChronic is just really nicetheChronic is just really nicetheChronic is just really nice
Hey
I got this fixed, here is the new code in case it helps anyone. I just had to switch the order around, I didnt know order mattered before ha.

Code:
Options FollowSymLinks RewriteEngine On RewriteBase / RewriteCond %{HTTP_HOST} ^someabsurdsite.com RewriteRule (.*) http://www.someabsurdsite.com/$1 [R=301,L] RewriteCond %{REQUEST_URI} (/|\.htm|\.php|\.html|/[^.]*)$ [NC] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule (.*) index.php
-John
theChronic is offline  
Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Web Development > Web Design Lobby > Coding Forum

Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
WOMD - Issue or Non-issue John Scott Politics 1 08-02-2007 08:30 AM
htaccess & SSL Sketch Coding Forum 3 08-28-2006 03:12 AM
What can you do with .htaccess? Jason Web Design Lobby 4 12-03-2004 11:39 PM
Htaccess Issue T-Kai Coding Forum 4 11-14-2003 06:36 PM
Htaccess issue & Search engine positioning question T-Kai Coding Forum 10 11-04-2003 05:51 PM


Sponsor Links
Get exposure! Get exposure! Find Scripts Web Hosting Directory Get exposure! SEO Blog


All times are GMT -7. The time now is 06:37 AM.
© Copyright 2008 V7 Inc