Real Estate Forums
| Website Reviews Ask for reviews of your real estate related website from both real estate agents and web developers. |
![]() |
|
|
Thread Tools | Display Modes |
|
|||
|
Hi all
Please can you give me criticism on my site: www.hiperprop.com (preferably constructive!) Many thanks Jamie |
|
|||
|
Thanks for the feed back Jeffrey, much appreciated.
I not sure what you mean by Open Realty fork. |
|
||||
|
Open Realty is an open source program for inventory/listing management. You can see it in action on this site.
Your program is very similar. |
|
||||
|
I forgot one more thing.
Your server doesn't seem to be forwarding h-t-t-p://hiperprop.com/ to h-t-t-p://www.hiperprop.com/ If you ever switch over to an Apache Server you can add this code to your .htaccess file and it will take care of the redirect for you. RewriteEngine on RewriteCond %{HTTP_HOST} !^www\.hiperprop\.com [NC] RewriteRule ^(.*) http://www.hiperprop.com/$1 [L,R=301] I don't know anything about the server you are currently on [Microsoft-IIS/5.0]. You might might be able to configure this through your control panel. Best regards. |
|
|||
|
Yes it sits on IIS, but I do not admin that server, we have another box where I do have admin access and am looking at transferring it there in the near future.
Thanks again for your helpful crit. Jamie |
![]() |
| Thread Tools | |
| Display Modes | |
|
|