![]() |
![]() |
![]() |
|
|||||||
| Common Questions Latest releases, patches, bugfixes and changes in eSyndiCat Directory Software free version. Feel really frustrated after having spent several hours trying to figure out what went wrong with your directory? Wait no more! Click the link above and post your issues. Right here. Right now. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Join Date: Jan 2010
Posts: 6
![]() |
Hello,
i can reach my website by typing www.excample.com and by typing excample.com. But when i go in a subdirectory the "www." is not be displayed (even when i typed the domain with the www before)! Also Google webmaster tools tell me that i have to list my website without the www. i want the website is always shoing the www with. is this a hosting problem or a esyndicat problem? Thanks alot! |
|
|
|
|
|
#2 |
|
Tech Support
Join Date: Nov 2005
Posts: 878
![]() ![]() ![]() ![]() ![]() ![]() |
Hello
This is a hosting configurations. Just add this rules: Code:
RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com
RewriteRule (.*) http://www.yourdomain.com/$1 [L,R=301]
Code:
RewriteEngine On |
|
|
|
|
|
#3 |
|
Join Date: Jan 2010
Posts: 6
![]() |
Thanks for your Support.
The Website is displayed now always with the www. There is only one problem with the internet explorer. when i try to access the site with the microsoft internet explorer no pictures and structure is displayed. all the content is displayed on the left side, one part below the other. With the mozilla firefox ist everything okay. Thanks for your help. |
|
|
|
|
|
#5 |
|
Join Date: Feb 2010
Location: Orlando FL
Posts: 55
![]() |
I found it but it looks very different...here is my code:
# SECTION 1 # correct urls for yahoo bot RewriteCond %{REQUEST_URI} !..+$ RewriteCond %{REQUEST_URI} !/$ RewriteRule (.*) %{REQUEST_URI}/ [R=301,L] please advise. Art Last edited by artmacc44; 03-02-2010 at 06:23 PM. |
|
|
|
|
|
#6 |
|
Super Moderator
Join Date: Oct 2005
Location: (California)
Posts: 5,268
![]() ![]() ![]() ![]() |
Looks to me, you would place it just below this:
Code:
<IfModule mod_rewrite.c> # enable mod_rewrite RewriteEngine on |
|
|
|
|
|
#7 |
|
Administrator
Join Date: Sep 2005
Location: Intelliants LLC
Posts: 8,607
![]() ![]() ![]() ![]() ![]() ![]() |
artmacc44
that piece serves to provide correct URLs for yahoo bot. it simply adds / to the URL in case category does not have it We used to have this problem years ago but now it seems yahoo works better with seo URLs.Sergey's code is used to redirect all HTTP requests coming to non WWW URLs to URLs that have www. You might probably change your config.inc.php file and set www url there as well.
__________________
Best Regards, Web Directory Script, Auto Classifieds Script , Affiliate Management Script, Article Directory Script Recommended Hosting IF YOU NEED TO CONTACT ME DO THIS IN HELPDESK. All PMs will be ignored |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|