0
votes
1answer
179 views

WAMP mod_rewrite RewriteRule not working

I am trying to use adaptive images on my local wamp server. The ai-cache folder is not showing up and the images are not being replaced at all. As per this thread I tried RewriteRule ...
2
votes
1answer
365 views

.htaccess Hide File Extension Not Working (WampServer)

I am having some trouble hiding the .html extensions on my website. I am running on WampServer with Apache V.2.2.22. rewrite_module is active and i have changed the httpd.conf file to have ...
0
votes
1answer
234 views

External URL with mod_rewrite and mod_proxy in WAMP

I am using WAMP on my local server, I am trying to redirect a local directory to an external domain name, for example: http://myhost.dev/directory should redirect to http://www.google.com However, I ...
0
votes
1answer
187 views

Remove in between folder structure from the url in a php website

I have a php website having following folder structure (basic structure). project_name app controller model view css js img index.php So when I view index.php in WAMP the url is ...
0
votes
2answers
1k views

Using .htaccess to URL rewrite on windows

I have have turned mod_rewrite on in a windows machine and created .htaccess in the root directory of my website, now after i wrote FAIL in it it gave me an internal server error then i replaced the ...
0
votes
0answers
540 views

Htaccess file causing internal server error in wampserver

So, I was trying to do the "pretty url" thing in my localhost(wampserver) and tried to do it. Obviously, I first needed to enable rewrite_module, which I did. I also did change "Allowoverride none" ...
1
vote
1answer
589 views

URL rewriting doesn't work if web-site is accessed via alias directory

I have a web-site in the directory d:\www\mysite on my local computer. I installed WAMPServer and set up an alias directory mysite for my site. So, for instance, ...
0
votes
2answers
1k views

WampServer 2.2a-x32 .htaccess not working

i am using WampServer 2.2a-x32 and i am trying to use .htaccess file in my webroot folder. i have rewrite.php file and here is its code <h2 align=center> <?php // mod_rewrite Test Page ...
2
votes
1answer
3k views

CodeIgniter: Removing “index.php” in URL on WAMP

In CodeIgniter, I want to remove the "index.php" in the URL, on my localhost (WAMP). For example, http://localhost.com/ci/index.php/controller/function to http://localhost.com/ci/controller/function ...
0
votes
1answer
695 views

modrewrite to another server if file/image is not found

Hi I am working on a locally served copy of a remote site and I don't want to have to download all the images rtelated to the site so I thought i could come up with a mod_rewrite rule for to grab ...
2
votes
2answers
2k views

Apache mod_rewrite Returning Bad Request in WAMPServer

I'm running Windows 7 64 bit with WAMPServer 2.1. The version of Apache running is 2.2.17. I'm trying to set up a simple rewrite rule in httpd.conf: <IfModule rewrite_module> RewriteEngine on ...
9
votes
3answers
23k views

How to use .htaccess in WAMP Server?

I searched in web for 2 days and I try to use htaccess in my local wamp but I can't! I know there is something wrong but I don't know where... First: I activated "*rewrite_module*" in the apache ...
2
votes
3answers
5k views

How to config .htaccess files of CakePHP in WampServer?

I'm absolutely confused about what I must do to run my sample in CakePHP... I'm using WAMP Server and it is located in "C:/program files/wamp/" and I use another partition for my projects: ...
0
votes
2answers
394 views

how to re-write my url with mod_rewrite on apache?

I purchased a domain: josecvega.com Whenever someone tries to access http://www.josecvega.com it forwards them to my web-server. I have turned ON the mask, so when you initially reach my web-server ...