Tagged Questions
0
votes
1answer
41 views
phpprorobid issue: setting up live is messing alot
I have a live project developed in "phpprobid" auction software and i have to transfer it on local, I downloaded it and set it up on my xampp 1.7.4 which has php 5.3.5 but at start it said install ...
0
votes
1answer
247 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 ...
-3
votes
1answer
160 views
.htaccess redirect URL [duplicate]
I am trying to change this:
http://www.test.com/testuser/findUser.php?city=Chennai&txtAreaZip=Annanagar
into
http://www.test.com/testuser/chennai/Annanagar/.
How to redirect above URL to ...
2
votes
1answer
439 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
194 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 ...
-3
votes
1answer
281 views
Not found: the requested URL /viewprofile.php was not found on this server [closed]
I have a problem in my site, I cannot view the viewprofile.php.
Here is my .htaccess file.
RewriteEngine on
RewriteRule (.*)-(.*).htm$ viewprofile.php?id=$1
RewriteRule (.*).htm$ ...
2
votes
2answers
231 views
Need to specify full URL in .htaccess?
I have the following line in my .htaccess file and it works.
ErrorDocument 404 http://localhost/error.php?code=404
When I change it to either of these it doesn't work anymore (don't know which is ...
0
votes
2answers
2k 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
571 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" ...
3
votes
1answer
138 views
The action defined in .htaccess doesn't execute
I installed WAMP on my Windows 7 laptop.
Next, I defined an alias (WAMPSERVER -> Apache -> Alias directories -> Add an alias)
Alias name: test
Alias directory: c:/test
Next, I've placed a PHP file ...
3
votes
2answers
10k views
WAMP .htaccess gives Internal Server Error after moving from XAMPP
Not long ago, I moved from xampp to wamp
And now when I entered my website this error has appeared:
Internal Server Error The server encountered an internal error or misconfiguration and was ...
1
vote
1answer
2k views
Apache time stamp incorrect
I am using WAMP server running PHP. At a particular step I am trying to capture system time and add it to the database with the following query
$strSQLInsert = "UPDATE track SET State = 'Repeat' , ...
0
votes
2answers
144 views
.htaccess isn't working on Win XP
I'm trying to rewrite some URL's using .htaccess but nothing happens!
I enabled the rewrite_module in Apache .
I want to hide the .html extension from the Url using the following code in htaccess
...
1
vote
1answer
433 views
Redirecting localhost/xxx to localhost/xxx.php in WAMP
In Ubuntu/Mac, going to, say, localhost/page automatically redirects to localhost/page.php.
But this doesn't work in Windows. How do you make stuff like localhost/asdf redirect to ...
0
votes
2answers
3k views
Redirecting index page in wampserver
i create a site in a wampserver by creating a folder that include all site pages and named
the folder for example xxxx
when i run http://localhost its open the index of the wamp server
what i ...
0
votes
1answer
734 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 ...
0
votes
1answer
406 views
.htaccess block local ip address
I have 3 applications running on wampserver hosted on our intranet.
I would like to block the access of applications for a certain ip range. So I edited .htaccess files for each application as ...
9
votes
3answers
25k 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
3answers
253 views
htaccess problem
I am not able to get URL redirection to work. It appears to be a problem with my .htaccess file. I am using WampServer.
Following is the code in .htaccess:
RewriteEngine on
RewriteRule ^contactus ...