Thanks everyone.  I've created a new directory on my server to try again --
I was able to see the links working correctly in the new directory.  I think
the issue/confusion may have been with my subdomain "beta", since with the
new directory, I do not have one and it seems to be working somewhat.

Thanks.

On Tue, Jun 16, 2009 at 7:54 PM, Richard Schmidt
<[email protected]>wrote:

> Hello,
> I've reverted my config.php and .htaccess to what is displayed below.  I'm
> giving GoDaddy some time to "see" my new .htaccess (from what I read, that
> is necessary(?)).
> I don't see much difference yet -- is there some root cause for why this
> happens... maybe I can try to debug?
>
> Thanks!
>
> On Tue, Jun 16, 2009 at 4:44 PM, Eric <[email protected]> wrote:
>
>> Where did you get that .htaccess file?
>>
>> rename htaccess.sample to .htaccess
>>
>> Should look like:
>> RewriteEngine On
>>
>> # NOTE: change this to your actual Laconica path; may be "/".
>>
>> RewriteBase /mublog/
>>
>> RewriteCond %{REQUEST_FILENAME} !-f
>> RewriteCond %{REQUEST_FILENAME} !-d
>> RewriteRule (.*) index.php?p=$1 [L,QSA]
>>
>> <FilesMatch "\.(ini)">
>>   Order allow,deny
>> </FilesMatch>
>>
>>
>> also shouldnt need to configure the db.ini in your config.php
>>
>> -Eric Helgeson
>>
>>
>> 2009/6/16 Richard Schmidt <[email protected]>
>>
>>>  Hello,
>>>
>>> I've been racking my brain on this, pouring myself over blogs and posts
>>> to see if there is anything to shed some light.  I've seen a few post
>>> similar to this out at laconi.ca as tickets, but the message is that
>>> these types of questions are better in IRC or the mailing list -- here I am
>>> trying the latter.
>>>
>>> My URL:
>>> http://beta.prayberry.com/
>>>
>>> Here's my .htaccess file:
>>> AddHandler x-httpd-php5 .php
>>> AddHandler x-httpd-php4 .php4
>>> Options +FollowSymLinks
>>> Options -MultiViews
>>> rewriteEngine On
>>> rewriteRule ^test/(.*)\.php$ /test.php?variable=$1
>>> RewriteBase /
>>>
>>> Here's some of my config file:
>>> $config['site']['name'] = 'PrayBerry.com';
>>> $config['site']['server'] = 'beta.prayberry.com';
>>> $config['site']['path'] = '';
>>> $config['site']['fancy'] = true;
>>> $config['db']['database'] = 'mysql://MY_DB_NAME:my_db_passw...@my_db_host
>>> /MY_DB_NAME';
>>> $config['db']['ini_MY_DB_NAME'] =
>>> $config['db']['MY_DB_NAME'].'/MY_DB_NAME.ini';
>>>
>>> I've copied laconica.ini and laconica.links.ini to MY_DB_NAME.ini and
>>> MY_DB_NAME.links.ini as well.
>>>
>>> I'm hosting through GoDaddy, since that might make a difference.
>>>
>>> Thanks!
>>>
>>> Rich
>>>
>>> _______________________________________________
>>> Laconica-dev mailing list
>>> [email protected]
>>> http://mail.laconi.ca/mailman/listinfo/laconica-dev
>>>
>>>
>>
>
_______________________________________________
Laconica-dev mailing list
[email protected]
http://mail.laconi.ca/mailman/listinfo/laconica-dev

Reply via email to