0
votes
0answers
21 views

The requested URL /public_html/ was not found on this server

I'm working on a local MAMP website. I use a micro MVC framework to use friendly urls so I don't need to call index.php (which is inside of public_html directory) in the urls. To achieve that, I ...
0
votes
0answers
25 views

.htaccess issue with Apache on Ubuntu

So I've been having problems with my .htaccess file ever since I tried to use my site in local on Ubuntu. The website needs the .htaccess file to work, and otherwise it gives me blank pages because it ...
0
votes
1answer
27 views

Setting up a local version of site: config settings/issues

I've been attempting to set up a version of my website on my computer so that I stop making live updates on my website. The website runs on a PHP based CMS. I posted a question earlier: mysql connect ...
2
votes
2answers
2k views

Server error 500 when adding .htaccess file in the root folder

i read a lot of server error 500 questions related to the famous .htaccess file...but i have still not found an answer to this error. i have a folder which i used to test the .htaccess file. ...
0
votes
1answer
101 views

500 Internal Server Error when adding .htaccess file on root of MAMP

I'm getting a 500 Internal Server Error when I add an .htaccess file to the root of my site on MAMP. I have a virtual host set up, so the site is accessable through site.dev and my files live in ...
0
votes
3answers
82 views

Codeigniter htaccess rewriterules

I'm trying to short my webpage's url with the rewriterules with codeigniter. I've got in my .htaccess: RewriteEngine on RewriteBase /ci/ RewriteRule ^([0-9a-zA-Z_-]+)?$ ...
1
vote
2answers
57 views

Wordpress - ftp'd site/exported database to localhost, localhost images still point to .com, why?

I FTP'd over the entire wordpress site and exported the Database and got it running on my localhost throught WAMP, but for some reason the links and folder are still pointing towards it's .com, and a ...
0
votes
1answer
47 views

HTACCESS: manipulating/changing URLS

Thank you for taking your time to read this, Lets say for example i have a folder called "ADMIN" and in there i have 3 files named file1.php file2.php file3.php so when i visit them it would be ...
0
votes
0answers
82 views

How set up document root on WAMP

For my project I use two folders created on WAMP server. Core (coreweb) and production (productionweb). Some files that are already on the "coreweb" are displayed on the "productionweb" using ...
0
votes
3answers
114 views

.htaccess url on localhost

I got a small problem with my .htaccess file. It does work but somehow doesn't work a 100%. I'm looking for a way to build the website depending on the url. So for example 'example.com/en/home' would ...
1
vote
0answers
154 views

Apache 2.2 HTTP_HOST not resolving to localhost correctly

Apparently the whole issue is a newly introduced bug in chrome v.24 and host resolving, the htaccess works fine in any other browser. No idea how to "close" this issue, if someone could point me to it ...
0
votes
0answers
71 views

localhost .htaccess doesn't work [mod re-write]

I know this question is quite popular and i've tried various solutions from the web and still doesn't work. Been going through for more than 24 hours already. I give in. Problem: I need to change ...
1
vote
2answers
186 views

Use .htaccess file on an apache localhost server

Alright, I got an Apache localhost server up and running with PHP and MySql. Now I want to be able to use a .htaccess file as well to use RewriteRule, But I'm at a loss where to put it. I have these ...
0
votes
0answers
171 views

MAMP: File showing in htdocs but not on Index of/ http://localhost:8888/ page?

I have been using MAMP for over a year now and use Codeigniter and usually have no problems setting up a a website. Ive just completed a website and changed the base URL and .htaccess file so it ...
0
votes
1answer
97 views

How do I use localhost as a “table of contents” directory?

My brother and I are using Dropbox as a means of sharing our website projects. I put a small html page in the main folder that contains this: <a href="project1/index.php">Project ...

1 2 3 4
15 30 50 per page