Search found 3 matches
- Sat Nov 20, 2010 5:47 am
- Forum: The Lounge
- Topic: Google analytics
- Replies: 4
- Views: 2991
Re: Google analytics
Dont worry about that, for google analytics will take 24ours to cellect data for your site
- Sat Nov 20, 2010 5:44 am
- Forum: The Lounge
- Topic: Nice Tutorials for New Users.
- Replies: 3
- Views: 2061
Re: Nice Tutorials for New Users.
Yes, it indeed usefull, but can that use on every website system?
- Sat Nov 20, 2010 5:35 am
- Forum: The Lounge
- Topic: .htaccess - 301 page redirect
- Replies: 5
- Views: 4670
Re: .htaccess - 301 page redirect
I use this for my site: RewriteCond %{HTTP_HOST} ^example.com [NC] RewriteRule ^(.*)$ http://www.example.com/$1 [L,R=301] # Redirect client index.php requests to “/” rewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.php\ HTTP/ rewriteRule ^index\.php$ http://www.example.com/ [R=301,L] # Re...