SEO | Link Popularity | Search Engine Consulting | SEO Tutorial | SEO Tools | SEO Forum
Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 02-11-2008, 01:00 PM
soulja90 soulja90 is offline
SEO
 
Join Date: Jan 2005
Posts: 132 soulja90 is on a distinguished road
Whats wrong with my .htaccess

Hi Guys,

I've setup a site using wordpress and custom wordpress templates.

Everything worked fine.

When I did the mod rewrite using .htacess - it still all works BUT . . .

Now every page, if even it doesn't exist, get redirected to a page that does.

If i type in a url www.mysite.com/co - keep in mind 'co' doesn't exist - it redirects to 'computer programs' - a page that does exist.

I just want it to be normal.

Anyway around this?

This is my .htaccess:

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
Reply With Quote
  #2  
Old 03-15-2008, 04:56 AM
Paz's Avatar
Paz Paz is offline
SEO GUY Moderator
 
Join Date: Sep 2004
Location: Antalya, Turkey
Posts: 4,113 Paz has a spectacular aura aboutPaz has a spectacular aura about
That's what the htaccess is supposed to do!

This part checks to see if the file or directory exists;
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

And if they don't, visitors are taken here;

RewriteRule . /index.php [L]
__________________
10.3 million entries for Hotels in Turkey but I'm still chipping away.
Reply With Quote
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

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
Forum Jump


Login/Register
User Name
Password
Remember Me?

Forum Links
Forum Home
SEO Forum
Internet Marketing Forum
Web Design Forum
Web Hosting Forum
Programming Forum
SEO Chat

Quick Links
Forum Home
New Posts
Mark Forums Read
Open Buddy List
User Control Panel
Edit Avatar
Edit Profile
Edit Options
Miscellaneous
Subscribed Threads
My Profile

Search Forums

Advanced Search
All times are GMT -8. The time now is 01:56 AM.


Powered by: vBulletin Version 3.0.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.