|
|
|
| |
Welcome
Time Now: Sat Sep 04, 2010 5:39 am
All times are GMT
|
|
|
|
|
|
|
|
|
|
| |
SEO 1 Forums
>
Mod Rewrite >
Help totally dumb noob plz
mrscabs
New Member
Joined: 21 Jun 2009
Good Posts: 1
|
| Help totally dumb noob plz |
|
|
Mod rewrite help if I may,
I have this simple mod re-rite rule to control my account on this server, it just allows me to handle multi[le URLs on one server.
***************
Code:
RewriteEngine On
Options +FollowSymlinks
RewriteBase /
RewriteRule ^([^\.]+[^/])$ http://%{HTTP_HOST}/$1/ [R=301,L]
RewriteCond %{HTTP_HOST} ^(www\.)?mydomain\.com$
RewriteCond %{REQUEST_URI} !^/mydomain/
RewriteRule ^(.*)$ mydomain/$1 [L]
***************
Thing is because the stats are one level up you cannot get to them, call up www.my dom ain.com/stats/ comes up 404 because of the re-direct.
So I need a new re-write rule for the stats but Im not savy on this scripting, any help please.
scabs
code:
|
Sun Jun 21, 2009 2:35 pm |
|
|
mrscabs
New Member
Joined: 21 Jun 2009
Good Posts: 1
|
please, or a link!! |
Tue Jun 23, 2009 11:10 pm |
|
|
mrscabs
New Member
Joined: 21 Jun 2009
Good Posts: 1
|
What a waste of time this place is!!!!! |
Fri Jun 26, 2009 5:20 pm |
|
|
Sime
Moderator

Joined: 30 Apr 2009
Good Posts: 22
Location: Somerset |
Sorry you didn't get a useful response soon enough, I guess people are a bit preoccupied at present. Usually people respond within a day or so.
Hi, I'm new to SEO 1. |
Fri Jun 26, 2009 11:02 pm |
|
|
|
|
|
|
|
|
|