configuration.php disapear on joomla installation - joomla

i have a joomla site with aruba hosting.
Every x days, files like configuration.php, index.php and error.php desapears or get renamed.
Have you some ideas to resolve this problem?

Related

Activate downloaded Magento Tempelate in Localhost (xamp server)

i have downloaded theme in Magento CMS and now i want to preview this theme in Localhost xampp server. for that i have installed magento on local server.
but i dont know how to preview downloaded theme in xampp server.
WHAT I HAVE DONE.
i have copied app,js,media and skin folder to the folder in magento installation directory but nothing made. please tell me how i can solve this..
View page source to the admin page that you are looking for and view whether setup.js inside js/mage/adminhtml/wysiwyg/tinymice/ is loaded or not. This js file loads your wysiwyg editor on admin page.
This normally occurs due to mismatch on code. So, you can copy core magento js folder from fresh magento installation and overwrite to your working site.
Try once !!

After successful installation, xampp redirects to localhost/xampp

I have followed Drupal's tutorial on how to successfully run a Windows server using xampp. I think I've done everything right, but when I go to my website, it goes to mywebsite/xampp.
Does anyone know what I need to do to solve this?
Which folder did you put your website files? What address did you type in the address bar? If using localhost or any other domain which redirects there, be sure you rename any index.php or index.html in the server root folder (htdocs). This is because most servers look for any file named this way when visiting any server folder and will automatically display that page when it finds it.
In this case since you freshly installed xampp, their homepage is probably set to show by default
For example look at the picture. This is the index.php file in the htdocs folder. At the top you can see I've added a header to redirect to somewhere else. Below I commented out the code that was defaulted by the xampp installation, which pretty much said to relocate to the xampp/ directory (which then loads the index file there). If it failed to go there, you should see the message at the bottom
Something is wrong with your xampp installation :-(
If you're being redirected to the xampp/ directory you simply need to rename or edit the index.php file in the htdocs folder.
Ideally you should make a separate folder for your website in the htdocs folder, something like htdocs/myWebsite.
You can name your homepage either index.html or index.php (depending on which language you use) and then go to localhost/myWebsite and it will automatically load your homepage.

Magento installation webpage not available error

I am new to Magento and installing it.
While installation i have put in /www folder. So when i access url in browser like localhost/magento it shows webpage not available though i have followed every step as per the guideline
Is the /www folder your webserver's root? To me it seems that when you type localhost/magento, the installation needs to be in the magento folder on your server.

Change magento folder screwed up the style

I installed a magento website in my root folder "/". Everything was working fine until I moved all the contents of magento in a subfolder in the domain. So instead of having the magento in the root folder, it is now under a subfolder.
The problem is, the design is screwed up. It is not showing the css and images for the default theme.
Please help me.
Thanks
You have to change the base url setting.
It's very likely your admin panel stopped working as well, so look into the DB table core_config_data. Look for the paths web/unsecure/base_url and web/secure/base_url and update the corresponding value fields to include the new folder.
Dont't forget to put a trailing slash to the new urls

Joomla com_extplorer keep reloading page

I'm used to install extplorer in every joomla project, always everthing going well.
This time at the extplorer launch time its keep loading the web page in loop mode( tried to change permissions in administrator/components , triade to let Aruba install joomla) nothing worked.
Any suggestion ?
Do you have the Admintools extension installed and a custom .htaccess file?
If yes, open AdminTools and htaccess maker.
Under Server Protection>Exceptions>Allow direct access to these files
Add the following line:
administrator/components/com_extplorer/fetchscript.php
to the list of allowed files and regenerate your .htaccess.

Resources