Helo there..
I cant resolve this, i try another tutorial in my codeigniter.
in XAMPP Windows HMVC CodeIgniter works fine, if I Upload to my vps UBUNTU LAMP, trying .htaccess and apache mod rewrite and still get HMVC error and get URL NOT FOUND , why ?
if there are errors in my codeigniter ?
or have a another settings ..?
1 question, why LAMP read HMVC plain as html?
thanks b4..
It's hard to say for sure with the limited info you've provided, but I would say that the first thing to check if you've uploaded the Codeigniter folder to your server would be the permissions of the folder and files inside of it.
This link should tell you everything you need to know about about getting it set up:
http://idroot.net/tutorials/how-to-install-codeigniter-on-ubuntu-14-04/
Related
I got a php website from my friend i need to run this on my pc . when i run this the site using xamp it is not running completely the pictures which are used in it are broken is there any solution to it ?
The links are definitely broken just like #chris85 said.
Check all the href attributes and links and make sure your giving them the right path to your images or what not. If your running over Windows it should be C:/Xampp/htdocs/ProjectName/...
You can use a built in function being dirname(FILE) to get to the root of your project.
I have succesfully installed and deployed the Zend skeleton application however when netbeans open the page it doesn't show the actual page of Zend but it shows the Index of /testzendwithwamp and i have no clue what the problem is.
I am using WAMP and i copy the full project map into the www folder of C:/wamp/www as i was told and as it works with other php sites. For some reason however this won't work with Zend 2 now i assume that it has something to do with the fact that Netbeans/WAMP has no clue which .php file to load but i have no clue how to fix it does anyone have experience with this that could help me please? i'm kind of stuck
I need to edit an existing yii app but got no idea how to setup in xampp.
I downloaded everything from the server and moved the folders to /opt/lampp/htdocs
But then i got no idea how to get the application running.
When i try
/localhost/yiidirectory
It shows me the file structure so the app isn't executing.
Can you give me some advise to accelerate the problem solving ?
Since windows 7 I believe you need to use:
http://127.0.0.1/yiidirectory
If that doesn't work then check your xampp setup:
http://www.yiiframework.com/wiki/100/yii-and-xampp-server-on-windows/
The DNS resolver just hands back localhost so it never resolves it for the app/browser.
This is probably a noob question but i'm really new to this thing (zend application & apache2 servers)
previous developers have given me the source code for the project they did and he said that it was created with Zend framework. I've managed to run it on my computer (Windows 7) under XAMPP server. If I go to http://****(mylocalcomputer)/ it will work. But once I copy all (3 folders) of them on the Ubuntu web server we have, it's not working. I've tried pointing the directory (configuring /etc/apache2/sites-enabled/default000) to the public folder like the ones I did on XAMPP httpd.conf, but it's still not working...
After trying it in chrome, I go to inspect element, and going thru console, it's telling me all the files mentioned with 404 not found errors. But when I browse with winscp to the directories, I can find those files. Help please... thanks in advance...
SOLVED this problem...I just have to carefully configure all the Aliases and Directory Root properly. THANKS to this website, I was able to check all the possible causes and errors of that default000 file!
I have included my php project developed in Codeigniter inside Netbeans project explorer.
But when I goes to run it with URL localhost:8004/index.php.It shows me following error.
> Unable to connect Firefox can't establish a connection to the server
> at localhost:8004.
I dont understand what is the problem. Please help me.
Honestly, you're better off running this in something like WAMP. As someone who uses CI on a daily basis, just go with me on this. The way they index the files and the file paths is using a routing file rather than actual file paths.
WAMP Server