You are not logged in.
You can post links like google.com which will be rendered as text but you will not be able to post messages that contain complete URLs like www.google.com
Thank you for your understanding!So originally i was having an issue with forwarding about us and contact pages but i realized it was a simple url rewrite rule i had to add to iis7 for the trailing slash. Now contact us and about us forward properly.
i made my first test posting in the admin panel and it published to main page no problem. but when i click 0on job posting from main page it goes file or directory cannot be found, 404. when i hover over the job URL i see an ending slash when i click it the ending slash is gone. (Example: hovering over URL shows = http://getajobinnyc.com/jb/job/16/test-at-getajobinnyc/, but once i click it goes to http://getajobinnyc.com/jb/job/16/test-at-getajobinnyc ) so i figured the rewrite rule is interfering so i disabled the rule, restarted my application pool in iis, ctrl+f5 to refresh browser and retried. SAME problem, so its not the rewrite rule
any ideas?
Please view job site @ http://getajobinnyc.com/jb
Last edited by solutionz (2012-03-07 18:08:44)
Offline
please enable the errors and put as dev for server type in config file and run the application you can find the error easily
Thanks &Regards
DV Tech Services Pvt Ltd
Email: venkat@dvtservices.com; www.dvtservices.com Bangalore. India
We are Ready to Resolve your problems ..... And Ready to work for jobber base customizations
Offline
i changed the config to this:
// live (http://www.yourjobberbasedomain.com)
$__instances['live'] = array(
'prefix' => 'getajobinnyc.com',
'db_host' => 'c-71-56-212-122.hsd1.co.comcast.net',
'db_port' => 3306,
'db_user' => 'webXXX',
'db_password' => 'XXXxxxXXXxxx',
'db_name' => 'jobberbase',
'db_prefix' => '',
'app_url' => 'http://getajobinnyc.com/jb/',
'ini_error_reporting' => E_ALL,
'ini_display_errors' => 'On',
'location' => 'online',
'environment' => 'dev',
'rewrite_mode' => 'iis_url_rewrite'
);
But still 404 and doesn't sway anything else? any ideas?
Last edited by solutionz (2012-03-09 05:21:59)
Offline
this is still unresolved please help!
Offline