Tagged Questions
0
votes
1answer
7 views
Deny direct access to files but allow query strings in htaccess
So I browsed through all the htaccess solutions but none are good for my scenario...
Basically I want to deny direct access to all file types except the ones listed, like this:
Order Deny,Allow
Deny ...
-1
votes
0answers
19 views
HTACCESS not working on 1and1
I worked on a little CMS on localhost using htaccess and a custom TPL system. It works great on localhost, but I believe the htaccess isn't working on my 1and1 webserver. Any help? Here is the ...
0
votes
1answer
9 views
htaccess rewrite all subdomain to index.php
I know this question has been asked a lot but I don't know why it does not work for me :-?
this is my htaccess:
Options +FollowSymLinks
IndexIgnore */*
# Turn on the RewriteEngine
RewriteEngine On
# ...
0
votes
1answer
11 views
mod_rewrite based on current HTTP_HOST and HTTP_REFERER
Is it possible to make such check with htaccess mod_rewrite -
If a referer domain is example.com and current host is www.example.com
then redirect the user to example.com domain.
The meaning is to ...
0
votes
1answer
19 views
Godaddy Ubuntu 3.6 mod_rewrite issues
I have been at this for 3 hours and cannot seem to get mod_rewrite to work with GoDaddy on a shared server under a subdomain. I have an app in a subdirectory and I've used the same rules before on ...
1
vote
1answer
18 views
htaccess redirect specific url to another domain
I want to redirect specific URL with params to another domain
http://domain.tld/buy/?w=X1234 to http://anotherdomain.tld/product.php?id=X1234
Here my htaccess
RewriteCond %{REQUEST_URI} ...
0
votes
2answers
12 views
Using or ( | ) statement in .htaccess rewrite rules
Instead of writing 2 rewrite rules for pointing to the same page, I though I would be able to do this with one rule using the Or statement ( | ):
RewriteRule ^([\d]+)-post[\d]*\.html|#post([\d]+) ...
0
votes
1answer
18 views
MVC htaccess rewrite - hide index
I have a basic MVC structure with a restful uri design of:
mysite.com/appdir/:index/:controller/:action/
and I want to hide the index route parameter so my uri looks like:
...
0
votes
0answers
30 views
Conflict with 3 different RewriteRules in .htaccess?
I'm using the below in my .htaccess file.
There 3 types of redirects:
redirect to directory /admin/index.php
redirect to specific .php files e.g. /about
redirect to user profile page from /John
...
0
votes
0answers
25 views
RewriteEngine to hide extensions and GET
How can I rewrite this URL ?
http://website.com/file.php?lang=en
to
http://website.com/file/en
File name and parameters can change, I found a lot of topics put I did not found the combination of ...
-1
votes
2answers
19 views
wildcard 301 redirect to ignore variable in url
Instead of writing a simple redirect for all my old product urls, I need a rewrite rule to redirect several links with very similar urls that are only different by one numeral that is separated by ...
1
vote
1answer
25 views
500 server error with hiding .htm and .html file extensions on non-existing files
Need to improve this rule.
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) /$1.htm [L]
Per my hosting company: The reason for 500 errors on non-existent ...
0
votes
2answers
24 views
Why does this .htaccess not work?
I have a url like this:
http://domain.com/index.php?id=223
And this .htaccess code:
RewriteEngine On
RewriteRule ^([^/]*)\.html$ /index.php?id=$1 [L]
From what I understand this should output:
...
0
votes
0answers
10 views
.htaccess delete the trailing slash
When I created my website I wanted a url with the three "w" without a trailing slash so I did the following in my .htaccess
RewriteEngine On
RewriteCond %{HTTP_HOST} ^domain.es
RewriteRule (.*) ...
1
vote
2answers
33 views
Clear URL with .htaccess
I am pretty new to webdesign and haven't been able to figure this one out..
I am using HTML5Boilerplate as a template for my new website. The .htaccess file that ships with the template rewrites ...
0
votes
0answers
21 views
Symfony mod_rewrite how to corretly loading css/js files
When I started use mod_rewrite, page not loading css/js/img files. This is my .htaccess file
<IfModule mod_rewrite.c>
Options +FollowSymlinks
RewriteEngine On
# ...
0
votes
0answers
8 views
Getting an infinite 301 redirect loop in webmaster tools, but not in the browser
I'm working a site with a number of subdomain 'homepages' for countries, like this:
site.com/unitedstates
site.com/canada
site.com/mexico
Within these directories are pages and other subdirectories ...
0
votes
1answer
15 views
Redirect oldsite.com to new.oldsite.com, and sub.oldsite.com to new.oldsite.com/sub/
I have a situation where we've redesigned a site and have moved it to a new domain. The old site has a few client subdomains that we need to redirect to the new domain, but to folders that we will ...
0
votes
1answer
27 views
.htaccess is causing infinite loop when used from subfolder, works fine in domain root
I am using this .htaccess code for PHP application.
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} ...
1
vote
1answer
14 views
.htaccess and RedirectPermanent - Mistyped URL - How to change it? [SOLVED]
I am experiencing an issue while using RedirectPermanent in the .htaccess file.
So let's suppose we want to redirect a user, using RedirectPermanent, from /contact to /contact-me.
RedirectPermanent ...
2
votes
1answer
26 views
htaccess rewrite rule with multiple parameters
This is my .htaccess file:
Options +FollowSymLinks
Options -Multiviews
RewriteEngine On
RewriteBase /website/
RewriteCond %{REQUEST_FILENAME} -d [OR]
RewriteCond %{REQUEST_FILENAME} -f
RewriteRule ...
0
votes
0answers
23 views
.htaccess route with file check not working with querystring
I'm certainly no expert with .htaccess files, so bear with me..
I have a nice simple rule:
RewriteCond %{DOCUMENT_ROOT}/landing-pages/$1.aspx -f
RewriteRule ^/(.[^/]*)/?$ /landing-pages/$1.aspx ...
0
votes
0answers
14 views
multiple directory rerouting with rewrites
I'm trying to rewrite multiple directories for my app using .htaccess
All requests are processed via the 'app.php' file in my 'Web' directory which works absolutely fine but I've got my assets ...
1
vote
1answer
12 views
Htaccess change hyphens to underscores
I have changed the structure of my links and am trying to 301 my old links to the new links to stop them all getting 404s
Old links
...
1
vote
1answer
16 views
.htaccess rewrite a url to a subdomain
I don't think this is possible, however I would like to ask the community to see if it is.
I have a blog on a subdomain blog.domain.com due to a revamp of the site we are having to use the blog on a ...
1
vote
0answers
25 views
Rewrite rule for subdomain, nice URL variable and slash
I struggle with setting up proper mod_rewrite rule for my domain.
I was never any good at regexp-kinda expressions, but every documented tutorial I just fail to use for myself.
Domain: example.org
...
0
votes
1answer
34 views
Multiple slashes issue in URL
To remove multiple slashes from, i have used the code as :
RewriteEngine on
RewriteCond %{REQUEST_URI} ^(.*)//(.*)$
RewriteRule . %1/%2 [R=301,L]
Also the Mod Rewrite is on, but still not working ...
1
vote
0answers
21 views
.htaccess redirect all subdomains to single folder
I have in a site with many user subdomains ie user1.example.com or user2.example.com.
I have the following rewrite rule:
RewriteEngine on
RewriteCond %{HTTP_HOST} !^www\.
RewriteCond %{HTTP_HOST} ...
0
votes
1answer
15 views
New htaccess file - 301 re-directs and trailing slash
I am new here, I really need help I am creating a new site with opencart version 1.5.5.1 & I have tried creating my own htaccess file but it is not doing what I want it to do. I have tried a lot ...
0
votes
1answer
26 views
Rewrite existing but broken symlinks with .htacces?
I would like to use a rewrite rule that is executed when a symlink exists but is broken.
So the scenario's would be:
Symlink does not exist: normal 404/403 error.
Symlink exists but is broken: ...
0
votes
1answer
20 views
About using Rewriterule .? & {REQUEST_URI} variable to redirect all old domain to new
Is it correct to use
RewriteRule .? http://www.newdomain.com%{REQUEST_URI} [L,R=301]
to redirect all pages from old domain to new domain (including 404)?
I have it in one of my htaccess. It works ...
0
votes
1answer
32 views
URL rewriting for video file htaccess
I want rewrite url
http://site.com/videoplayback?pkey=05131305222303&hkey=a7432d324546a9b2c24abb4e81a26e67&tkey=l4i5w5s444&fkey=05131305222303.mp4
to
...
0
votes
0answers
40 views
wordpress and mod rewrite issue with multiple parameters
I am explaining with my local project setup. Whenever the URL is http://localhost/myfolder/offer-details?id=5&m=somedata it should be changed to http://localhost/myfolder/offer-details/5/somedata. ...
0
votes
1answer
33 views
Own mod_rewrite Joomla 2.5
In .htaccess i have part rules:
RewriteEngine On
RewriteRule ^linia-([0-9a-z-]+)\/przystanek-([0-9a-z-]+)\/kierunek-([0-9a-z-]+)\/$ ...
1
vote
1answer
10 views
htaccess / 404 issue for specific files
I have recently uploaded a new site and therefore had to redirect certain pages.
There are some pages from the old site which are fine to 404, so the client can do whatever they need to do at their ...
0
votes
3answers
65 views
How to remove index.php from codeigniter in UBUNTU [duplicate]
I know this question is being ask already, i tried all those but still unable to remove index.php from url.
Here are my details
Ubuntu 12.10
PHP : 5.4.6
Mod_rewrite in on
CI verson: 2.1
.htacess ...
0
votes
1answer
37 views
htaccess redirect not working in Chrome or other browsers
I am hosting a separate site in a subfolder. The rules I have set up in my .htaccess file are as follows:
RewriteCond %{HTTP_HOST} www.example.com
RewriteCond %{HTTP_HOST} example.com
RewriteCond ...
0
votes
2answers
43 views
How can I block requests for a file or directory unless it comes from a specified file?
In my .htaccess file I have the following RewriteRules:
RewriteRule ^content/(.*)\.(txt|md|mdown)$ error [R=301,L]
RewriteRule ^site/(.*) error [R=301,L]
These work well for blocking direct access ...
0
votes
0answers
12 views
Wrong url converting
I was wondering if it is possible to do the following with htaccess.
The url a user types is
www/yoursite.be/test/test/
The url I want to redirect to is
www.yoursite.be/test/test/
does anyone ...
0
votes
0answers
24 views
Rewrite sudomain to subfolder in combination with other rwrite
I have URLs such as http://example.com/flyers/?seo_url=some-body/bride-2x-photo-81 and I would like to rewrite them to www.flyers.domain.com/some-body/bride-2x-photo-81. Flyers is a sub-directory ...
1
vote
1answer
17 views
Remove appended `-1` from folders and files
I have hundreds of URLs that have been indexed by Google and I need to resolve and redirect them. The pattern is like this:
www.mydomain.com/en/decor/somefolder-1/somepage-1.html?p=4
...
1
vote
1answer
36 views
flexibility in .htaccess for mod_rewrite rules
i would like to redirect my old php files to new seo friendly ones:
user.php?user=$var1&task=$var2 -> url/$var1/$var2
There are 2 problems. $var2 is not set every time, so i do not know how to ...
0
votes
1answer
30 views
.htaccess rewrite for SEF URLs that works at 1&1 but not other hosts
I've been researching and trying everything i can get my hands on but this strangeness persists.
I have an understandably odd rewrite scenario where a php script that does image resizing and caching ...
0
votes
1answer
20 views
htacces rewrite - extend url without modifying query
I want to change:
/?q=bla
to
/search?q=bla
I have placed rule like:
RewriteRule ^search?q=(.*)$ /?q=$1 [L]
but it doesn't work, I would really appreciate some help, thanks
0
votes
0answers
22 views
How to rewrite a domain name based on subfolder requested?
How do I rewrite a domain name based on subfolder requested?
I have a domain with 2 different aliases, if someone requests a document from a given folder in the domain, I want to rewrite the URL to ...
1
vote
2answers
22 views
difference between RewriteRule ^(.*)$ & RewriteRule (.*)$
When moving all pages from old domain to new domain, i noticed some people added a ^and other not in rewriterule
What is the different between
RewriteRule ^(.*)$ http://mynewdomain.com/$1 [R=301,L]
...
0
votes
2answers
9 views
Url rewrite fails - Internal redirects
I'm trying to rewrite xxx.com/test to xxx.com/pages/test.php (And so on)
I've made this code
RewriteEngine on
RewriteRule ^(.*) /pages/$1.php
This does not work and Apache gives me this error
...
0
votes
1answer
26 views
Symfony mod_rewrite only main route works
I wanted to use mod_rewrite. I have in /var/www/.htaccess this code
<IfModule mod_rewrite.c>
Options +FollowSymlinks
RewriteEngine On
#AllowOverride All
#Allow from All
...
1
vote
2answers
34 views
.htaccess - re-writing a url using multiple parts of the original
I've been trying to fix this problem for 3 days and can't find the answer so I'm hopeful someone will be able to shed some light on this.
I am looking to dynamically re-write URLs as permanent 301 ...
0
votes
0answers
25 views
Redirect only hompage and not query string urls
I am currently using the following to redirect just the homepage of my site
RedirectMatch 301 ^/$ http://www.example.com/it/
However, it is also redirecting urls which have the following format
so ...



