what is URL Alias?

General Support for technical Issues relating to AlegroCart
Post Reply
arbaz_1006
Posts: 23
Joined: Tue Sep 25, 2012 1:04 pm

what is URL Alias?

Post by arbaz_1006 » Fri Oct 05, 2012 12:40 am

what is the use of URL Alias?
in my site URL's display like www.domain.com/?controller=home
how should we display it like www.domain.com/home

whenever i enable URL alias, the URL's display how i wanted but the links wont work
any solution??

User avatar
leo
admin
Posts: 4320
Joined: Sun Dec 13, 2009 8:27 am
Location: Hungary

Re: what is URL Alias?

Post by leo » Fri Oct 05, 2012 2:03 am

Is the apache modul mod_rewrite loaded on that server?
Go to admin/system/server info and under configuration, apache2handler in line Loaded Modules is should be displayed.

arbaz_1006
Posts: 23
Joined: Tue Sep 25, 2012 1:04 pm

Re: what is URL Alias?

Post by arbaz_1006 » Fri Oct 05, 2012 3:54 am

my server API is : CGI/FastCGI
and in my server info its not showing what u told.
what should i do now?

User avatar
leo
admin
Posts: 4320
Joined: Sun Dec 13, 2009 8:27 am
Location: Hungary

Re: what is URL Alias?

Post by leo » Fri Oct 05, 2012 11:17 am

Any log message?

arbaz_1006
Posts: 23
Joined: Tue Sep 25, 2012 1:04 pm

Re: what is URL Alias?

Post by arbaz_1006 » Fri Oct 05, 2012 11:20 am

No logs :(

User avatar
leo
admin
Posts: 4320
Joined: Sun Dec 13, 2009 8:27 am
Location: Hungary

Re: what is URL Alias?

Post by leo » Fri Oct 05, 2012 11:36 pm

If that is the case, please contact your service provider to get more info.
I hope this works fine:
viewtopic.php?f=22&t=689
so that problem is with the httpd.conf.

arbaz_1006
Posts: 23
Joined: Tue Sep 25, 2012 1:04 pm

Re: what is URL Alias?

Post by arbaz_1006 » Sun Oct 07, 2012 11:03 am

Okay I will do it and let you know:)
I want to know what kind of problems arises if we use
The cart switching off the URL aliases?

User avatar
leo
admin
Posts: 4320
Joined: Sun Dec 13, 2009 8:27 am
Location: Hungary

Re: what is URL Alias?

Post by leo » Sun Oct 07, 2012 2:26 pm

In the .htaccess file change
RewriteRule ^(.*) index.php/$1 [L,QSA]
to
RewriteRule ^(.*) index.php?$1 [L,QSA]

arbaz_1006
Posts: 23
Joined: Tue Sep 25, 2012 1:04 pm

Re: what is URL Alias?

Post by arbaz_1006 » Mon Oct 08, 2012 2:41 am

i am using windows package of hosting so, can you please tell me what should i make an request to our hosting service providers so that it works fine?

User avatar
Brent
Site Admin
Posts: 4459
Joined: Sat Dec 12, 2009 3:35 pm
Location: Canada eh

Re: what is URL Alias?

Post by Brent » Mon Oct 08, 2012 11:41 am

They have to enable mod rewrite in apache http config file for it to function.
Either that, or move to a Linux/Unix server if they have that option. It would be more secure.

Post Reply