Re: Removal of addon domain from suspended account. My domain is stucked in your cpan
What you are implying is that you have another x10hosting account that you have tried to switch the domain name to, but the cPanel will not let you.
You are only allowed one Free Account.
Strike two.
Re: Removal of addon domain from suspended account. My domain is stucked in your cpan
If you wish to move that domain name to another host, just change the nameserver settings at your registrar.
RewriteEngine on
Rewritebase /
RewriteRule ^articles/([^/]+)/?$ myfolder/subfolder/index.php?url=$1 [L]
If you have the http://myurl.com in the RewriteRule, you effectively get a redirect (which will show the new URL) instead of a rewrite (which will show the pretty url)
Check the sites for the scripts you want to use and see if there is some sort of bridge between the two.
Otherwise you would have to write your own.
Most scripts will let you use the same database, just prefixing Joomla's tables with something like joom_ and the other script with something...
If cron jobs go off within 5 minutes of each other, they are removed from the system.
So if A runs every ten minutes, 1:00, 1:10, 1:20 etc and B runs on the hour, 2:00, 3:00, they will collide and both be removed.
The safe_mode and open_basedir directives are server wide and cannot/will not be changed.
You will have to get the script writer to give you an alternative setting. If the URL is good, you should not need that setting anyway.
Make sure that the files have permissions set to 0644 ( all read, only owner write, none execute) and directories set to 0755
If that does not help, make sure any .htaccess file has
RewriteBase /
before any RewriteRule
Clear your browser cache and history. Your forum is there.
But you will have to go to the admin section of your forum and change the setting for the URL of the site. All the links seem to point to your old domain name. You might have to do it by hand. Check the SMF website's...
I just see an empty Index of / page.
Are you saying that you had a full site running and now it is gone?
EDIT/ADD:
I went to the site associated with this forum account.
The site you are talking about is associated with a different forum account.
Login with that account and ask. It will...
A command line like:
/usr/bin/php /home/igor/public_html/my_cron_job.php >> /home/igor/public_html/my_cron_log.txt 2>&1
will log all normal output ( ie echo ) and all error messages (even system errors).
That way you can make sure the job is being run and any problems.
If you use sessions , a cookie is added to the headers.
Headers cannot be changed once there is any output. Even a single space or newline character.
Note the error message says output started in that file a line 1.
Make sure there is nothing before the opening <?php tag.
Note that some text...
A command line like:
/usr/bin/php /home/igor/public_html/mail_test.php >>/home/igor/public_html/mail_test_log.txt 2>&1
will log any output (ie echo) and any error messages (even system errors).
I have a feeling you might see:
Can't do setuid (cannot exec sperl)
if you are...
Clear your browser cache and history and try again. You have a problem with cached (old) information. Perhaps try adding ?foo to the end of your site's URL when you enter it into the address bar.
I can see your Rangers FC site.