Joomla! Discussion Forums



It is currently Mon Nov 23, 2009 2:57 pm (All times are UTC )

 


Forum rules

Global Rules
Additional Rules for this forum <------- Please read before posting



Post new topic Reply to topic  [ 127 posts ]  Go to page Previous  1, 2, 3, 4, 5
Author Message
Posted: Fri Aug 01, 2008 4:52 am 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Wed Jul 16, 2008 10:44 pm
Posts: 6
** I think I posted to the incorrect forum, so I created a new topic in general questions **

Hello members,

I have all three SEF settings in Joomla 1.5.3 global configuration working with Apache 2.2 but when I move it over to a Windows IIS server, only the front page displays. All other pages error due to no page found.

i.e. http://www.domain.ext/1-section/2-catag ... ticle.html

Now, I do have the Joomla web site working correctly on IIS with only the first SEF option ON and mod_rewrite & add sufix turned OFF.

i.e. http://www.domain.ext/index.php/1-secti ... /3-article

But my understanding is search engines truncate the path after a file name and therefore, my current configuration is not SEO.

I have found some postings but their information is dated before 1.5.3. If anyone knows of any recent posting, PDFs or links that provides some insight to setting up SEF using IIS, you help would be appreciated, thanks.


Top
  E-mail  
 
Posted: Tue Aug 26, 2008 2:41 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Tue Jun 24, 2008 7:49 pm
Posts: 9
Hello,
Sorry for my Ignorance. I am entirely new to SEF. I have a bit different question
I have installed Joomla SEF component on my site which have joomla version 1.0.13, because someone told me that with joomla SEF I can create SEF(Search Engine Friendly) URL's and additionally I can also set Different Page Titles, Meta Description and Meta Keywords with it(at edit SEF urls section) which is very important for SEO purpose. I created SEF urls easily with Joomla SEF but I also set different Titles per different page at the same time I did disable Title at sites Global Configuration so that it will show Title only from Joomla SEF. But I found that it doesnot works properly for all pages and for most of the pages it is not showing Page Title at all and for many other pages it stills shows old title. There are more than 100 pages at my site.
Can anyone please advice/suggest me what is exactly cause of this Title problem and what I need to do in order to work it perfectly?
Thanks.

Regards
ninad

_________________
ninad avasare
http://bestdigitalproductreviews.com


Top
  E-mail  
 
Posted: Fri Oct 03, 2008 12:35 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Mon Sep 29, 2008 1:39 am
Posts: 10
thezed wrote:
I have been able to get SEF with /index.php/ to work in IIS with Joomla 1.5.4 with the following at the start of index.php in the Joomla installation directory:

Code:
if (isset($_SERVER['PATH_INFO']) && $_SERVER['PATH_INFO'] != '/index.php')
{
    $_SERVER['REQUEST_URI'] = $_SERVER['PATH_INFO'];
}


It's only been in for the last 15 minutes, and not on a live site, so I haven't tested it thoroughly yet. Seems to at least work for the run-of-the-mill SEF's generated from a vanilla install.

Zane


i tried it on a windows shared server and unfortunately it doesn't work. i tried it on yahoo small business server actually


Top
  E-mail  
 
Posted: Fri Dec 12, 2008 11:53 am 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Tue Dec 09, 2008 2:21 pm
Posts: 6
i also want sef without mod_rewrite for joomla 1.5 for IIS 6 server


Top
  E-mail  
 
Posted: Fri Dec 12, 2008 12:24 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Thu Nov 20, 2008 6:54 am
Posts: 19
Hello all,


my site details are like this
PHP Built on: Windows NT IIS410 5.2 build 3790

Database Version: 5.0.41-community-log

Database Collation: utf8_general_ci

PHP Version: 4.4.7

Web Server: Microsoft-IIS/6.0

Web Server to PHP interface: cgi-fcgi

Joomla! Version: Joomla! 1.5.8 Production/Stable [ Wohnaiki ]


as u said to make changes the .sef file , but first of all in joomla 1.5.8 there is no sef.php file in includes directory.
it is located at different different locations and there are more than one sef files.
and the most imporatnt thing is the code do not match with joomla's older version, so i don't understand where should i write the code so i skip it.

i found some information to run sef on IIS as this........

" ISAPI_Rewrite is a powerful URL manipulation engine based on regular expressions. It acts mostly like Apache's mod_Rewrite, but is designed specifically for Microsoft's Internet Information Server (IIS).
ISAPI_Rewrite is an ISAPI filter written in pure C/C++ so it is extremely fast. ISAPI_Rewrite gives you the freedom to go beyond the standard URL schemes and develop your own scheme. "

but my problem is that it is not possible to install this(ISAPI_Rewrite) on server.

so now only you can help me to come out from this problem.
i hope you will reply me and pls reply me.


Top
  E-mail  
 
Posted: Fri Jan 30, 2009 5:14 pm 
Joomla! Intern
Joomla! Intern
Offline

Joined: Wed Feb 07, 2007 10:09 pm
Posts: 90
Quote:
Code:
if (isset($_SERVER['PATH_INFO']) && $_SERVER['PATH_INFO'] != '/index.php')
{
    $_SERVER['REQUEST_URI'] = $_SERVER['PATH_INFO'];
}




i tried it but it doesn't work for my joomla 1.5.

_________________
Dnevni horoskop | Daily horoscope


Top
  E-mail  
 
Posted: Sun Feb 01, 2009 1:13 am 
Joomla! Fledgling
Joomla! Fledgling
Offline

Joined: Thu Jul 24, 2008 5:20 am
Posts: 2
Quote:
i tried it but it doesn't work for my joomla 1.5.


Definitely worked for me with 1.5 while our client didn't have a mod_rewrite clone for windows available.

I am assuming that you have teh SEF options in Joomla's config enabled?

If yes, then it may be that your server isn't populating the same environment variables. I would suggest putting together a simple PHP script that just calls:

phpinfo();

(call it something like info.php).

Then make a request to your server with: http://domain/info.php/junk/path

Once the page renders, search for "junk/path" in your environment variables and use that instead of PATH_INFO. (This is effectively what I did to find that PATH_INFO worked for me).

Z


Top
  E-mail  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 127 posts ]  Go to page Previous  1, 2, 3, 4, 5

Quick reply

 



Who is online

Users browsing this forum: MSN [Bot] and 30 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group