Tagged Questions
1
vote
0answers
50 views
Apache Case insentive URLs
Apache is not allowing me to access a link with a wrong case. This URL case sensitivity really sucks me. Can anyone help me out how to configure my apache so that however I call my URL it has to work.
...
1
vote
0answers
202 views
Apache mod_rewrite serves same content for different urls
I have strange issue, I cant find the answer nowhere. I have set apache2 server with mod_disk_cache. I have strange issues where I get same page for different URL's. Let's say that I visit page via ...
1
vote
0answers
171 views
403 Forbidden when GET parameter name and value are integers
does anyone know what is causing server to issue 403 when GET parameter name and value are integers, for example:
http://example.com?1=1 bad
http://example.com?a=b&1=2&c=d bad
...
1
vote
0answers
444 views
SmartGWT TileGrid Default Tile Image
(Using most recent version of SmartGWT)
I am creating a TileGrid to display images + textin SmartGWT; this is up and running.
To set the image I am doing:
node.setAttribute("picture", ...
1
vote
0answers
52 views
Redirect a large (ish) site to a new domain with new url structure help
I need to redirect a large ish ecommerce site to a new domain with a new url structure.
The existing site does not have any notible rankings, but has just over 1000 indexed pages and gets quite a lot ...
1
vote
0answers
377 views
url handling with web.py and extjs
I'm porting a program from turbogears to web.py/mod_wsgi with pretty good success. I've setup the URL handling similar to turbogears, but I'm running into a minor annoyance in how extjs 2.0 handles ...
0
votes
0answers
19 views
mod_rewrite Redirect a URL to another Domain
How can i rewrite or redirect a URL to another Domain/URL? (by using mod_rewrite)
For example i want to Redirect/Rewrite all the requests from
http:// aaa.com/ccccc/index.php?dir=yyy/Phone%20Data/
...
0
votes
0answers
25 views
Apache reverse proxy and return path
I'm using a reverse proxy to map an internal application URL to an external:
www.example.com:8000/ -> www.example.com/Game/
Everything works fine, except when my application uses OpenID. For ...
0
votes
0answers
15 views
Friendly url with the same name of the files
I'm trying to use friendly url this way:
RewriteRule ^index/([1-9]{1,5})$ /index.php?id=$1 [L]
RewriteRule ^contact/([1-9]{1,5})$ /contact.php?id=$1 [L]
But this is not working and i think it's ...
0
votes
0answers
45 views
Removing .php from url - Only rewriting child pages
I'm trying to remove the .php extensions from a site, which I have gotten to work. example.com/parent/child.php correctly changes to example.com/parent/child/
However, when going to ...
0
votes
0answers
14 views
How do I specify webpath on apache 2.2 on windows?
I need apache to serve a public site and a private site. The public site is under DocumentRoot and the private site is on another folder structure.
I was reading that I need to specify Alias if I ...
0
votes
0answers
15 views
How to 301 url which are getting generated automatically with dots
My webmaster showing some urls ending with dots - showing as duplicate url of the sam econtent
http://www.xyz.com/index.php?option=com_news&view=detail&n_id=170&ite..
...
0
votes
0answers
61 views
Where is the index.* file that is served as the MAMP start page URL?
I'm trying to understand how MAMP manages the Apache web server but I cannot find the index.* file that is being served as the MAMP start page.
The virtual hosts configuration, httpd-vhosts.conf, is ...
0
votes
0answers
30 views
How to make a htaccess rule to remove & from URL
I have some links in my site like www.example.com/name/id/about
Some names contain the & character (1 or more times) and I would like to remove it
Can any1 suggest a rewrite condition and rule ...
0
votes
0answers
86 views
Error 404 on Apache when the URL contains characters like brackets or hyphens
In my Zend Framework 2 application I have a catalog of cities with links to sports pages:
page "Cities" (/catalog)
Madrid link: website.tld/catalog/Madrid
Berlin link: ...