Directory-level configuration file used by Apache web servers.
1
vote
1answer
24 views
Apache vhost rewrite goes wrong with existing folders
I want my vhost to rewrite urls such as:
http://dev.example.com/cool/story/bro
To:
http://dev.example.com/index.php?url=cool/story/bro
Unless specifying an existing file such as:
...
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
# ...
3
votes
1answer
20 views
Rewrite dynamic urls
I have a user.php file that contains code for different pages - account, data and home. They are currently accessed through a dynamic url with GET parameters like so:
...
-1
votes
0answers
8 views
sh404SEF remove all categories with or without .htaccess [closed]
Im trying to get rid of all /categories/ in every URL. THerefor I installed sh404SEF because I havent got enough knowledge about editing htaccess files.
What do I need to set to do this?
0
votes
0answers
20 views
How to redirect a domain from destination directory to another directory with htaccess on interworx host
I'm on a shared host powered by interworx, domain directory destinations are automatically set to /domain.com/html. I want to internal redirect (mask) one of these directories to another one.
Main ...
0
votes
2answers
36 views
Remove file extention from urls
I have some urls in my website like this..
http://www.mydomain.com/about.php
http://www.mydomain.com/contact.php
http://www.mydomain.com/signup.php
http://www.mydomain.com/testimonials.php ...... and ...
0
votes
0answers
9 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
0answers
14 views
Wordpress permalink not work
Hy It's me again :)
I've some problem with my new website, in my website use cloudflare for DNS. If permalink in default mode, It's all right nothing found problem but when permalink change to any ...
1
vote
2answers
27 views
.htaccess rewrite / to index.html, all other to index.php
I want to use .htaccess to rewrite url to my webite:
If url is http://mydomain.com or http://mydomain.com/ the index.html will serve the request, all other urls will go to index.php
please help!
0
votes
0answers
21 views
HTML5 <audio> tag do not work/play in IE10
I have a page where I display some audio .ogg/.mp3-files for listening in the browser (it is purchased products that are being displayed on a "receipt"-page).
The files are super in Chrome, Opera, ...
0
votes
1answer
18 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
36 views
how to redirect all URLs to a different URL?
e.g
I have a urls like this, domain/buy-now/product title/productid
http://www.mydomain.com/buy-now/this-is-the-product-one/order/1234
Considering an online shop contains alot of products with ...
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} ...
-1
votes
1answer
31 views
redirect to different URL with .htacess or PHP
I have a form at index.php that takes in user input, it the includes and sends the user input to another php file for processing.
Here is the code of index.php:
<?php
if(isset($_GET['q'])){
...
0
votes
1answer
6 views
configure URL access control for domains using .htaccess or other methods
I am having a scenario as following:
For example,I have a website http://www.MyWebSite.com, and I have setup another subdomain http://image.MyWebSite.com. In Apache virtual host setting, they are ...
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
11 views
Relative links with htaccess
How can i convert all links within html to a relative links using .htaccess?
For example:
http://www.mydomain.com/info.html to /info.html
0
votes
0answers
9 views
htaccess redirect to www version throwing everything up a directory level
I have been fighting this issue for weeks, and nothing I've tried has resolved it. In the interest of SEO, I am redirecting the non-www version of my site to the www version. I would like the ...
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
24 views
htaccess redirection with PHPSESSID
Could anybody help me with redirect using htaccess
I'd like to do :
www.some site.eu/?p=73&PHPSESSID=8448afcfa47802a65d8f451b14262b45
for any content p and different PHPSESSID to redirect ...
0
votes
0answers
12 views
How? Allow directory listing, but protect sub-directories? [closed]
How? Allow directory listing, but protect sub-directories?
I am trying to allow directory listing in one parent folder on my website, but password protect each of the child sub-directories. And I ...
0
votes
0answers
8 views
Redirecting subdomain from an alias domain
So I have been searching the net along with this site regarding htaccess redirections, but have yet not managed to find the solution for myself (it may not even be possible).
So my scenario is this:
...
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
2answers
14 views
Reroute all links on page to localhost
I am currently doing some minor re-work on a friend's site. I have downloaded what she has currently, but all of the links are absolute links, so whenever I navigate within the locally hosted site, I ...
0
votes
0answers
10 views
How can i remove specific characters from htaccess or redirect such URL
I have some url's
eg
abc.com/page.php?page=abc
and
abc.com/page.php?page=abc/yzy
now what i want is
either remove ' / ' from the parameter and rewrite the url
or redirect it to abc.com
1
vote
1answer
26 views
.htaccess or something adds additional stuff to the URL. PHP
I just recently started to work with .htaccess on a website i'm working on. Everything works just fine, but when I try to acces the user.php file which is located on the index, I keep getting this ...
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
vote
1answer
15 views
htaccess get folder one level below
I have some folders in root of my server:
css/
js/
gfx/
new_www/
...
and some more. Assuming that I want in folder new_www copy of current page, but force it to use some things from root folder ...
0
votes
1answer
42 views
default to index.html but allow user to type to index.php and get the php page
I'm busy building a Wordpress website for a client. I've developed the site off-line and would now like to upload it to the live server to show the client what I've done so far. I want to keep the ...
0
votes
0answers
9 views
Proper way to Dynamically Create Subdomain Sites Instead of Writing to .htaccess
I'm looking for a way to add user accounts as a subdomain, such as "Username.SomeSite.com". While I was thinking of a way to do this, I figured I could dynamically edit the .htaccess file, however, ...
0
votes
1answer
35 views
CodeIgniter CSS .htacess 404 error
I am building an admin section in codeigniter for my site and wanted to have a separate CSS folder for the CSS files for the admin section as they are going differ to those for the main site.
Current ...
1
vote
1answer
24 views
Redirecting subdomain to file without hardcoding url
Actually topic is simple and answered million times but, somehow doesn't work on me.
What I try to do is redirect "m.domain.com" and "mob.domain.com" to a file "domain.com/folder/mobile.htm"
But ...
1
vote
0answers
28 views
.htaccess Rewrite virtual sudomain
I am working on a site that uses virtual paths, which worked great. I have added virtual subdomains to the site and everything still works except for a non-virtual subfolder...
The setup is simple ...
-1
votes
1answer
17 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
0answers
17 views
.htaccess - Rewrite Flash Links?
An old client of mine changed domains, and has a Flash only navigation (I know, I know). However I don't have access to the .fla version of the navigation, so I'm wondering if there's a way to ...
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
23 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
5 views
ht_access Wordpress Category Permalink
For pagination, the template came with this type of link www(.)website(.)com/pleasure/page/2/ using, get_pagenum_link() function from WP core files.
It does not work ! it brings me back to ...
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 (.*) ...
0
votes
2answers
13 views
htaccess - redirect all pages except checkout to HTTP non-SSL
I'm trying to redirect all traffic to HTTP unless it is our checkout process, in which case I'm trying to redirect it to HTTPS.
I have a Rackspace Cloud Sites setup however the below does not appear ...
0
votes
3answers
16 views
Exclude subdirectory from Expression Engine official .htaccess index redirect
I have found a great number of suggestions online, but none of them seem to work in my case. I have an Expression Engine install in the root of my site. In a subdirectory named "helpone", I have ...
0
votes
0answers
7 views
Rewrite old urls with underscores to new urls with dashes
My old structure was
www.web.com/test/some_name-some_second_name.html
www.web.com/test/some_name_with_multiple_underscores-some_second_name_with_multiple_underscores.html
My new structur is
...
0
votes
1answer
31 views
Warning: Unknown: SAFE MODE Restriction in effect. The script whose uid is 10014 is not allowed to access / owned by uid 0 in Unknown on line 0
I have a site on one of those low cost web hosts and I've been having some problems with some files generating the following error:
Warning: Unknown: SAFE MODE Restriction in effect. The script ...
0
votes
1answer
6 views
Mod rewrite / remove slash behind .html
I need a mod rewrite 301 that remove a slash behind the .html from the url.
Example:
Good URL: http://www.example.org/some-stuff-t123.html
Bad URL: ...
0
votes
1answer
12 views
Password protecting by match
I want to protect certain files I'm still working on from unprotected access, so I guessed, I just use an identifier in their file-name like "_temp" and protect all url-matches for that by htaccess.
...
0
votes
0answers
19 views
iE6-9 no show correctly piecss3
Hi I am using the web to display correctly in Internet Explorer.
But it does not work, I have this in the css:
#todo
{
background-image: linear-gradient(top, rgb(242,246,250) 21%, ...
0
votes
2answers
22 views
Apache: .htaccess ErrorDocument up one level?
my site structure like this:
- pages
404.php
403.php
- app
/css
/-script
index.php
.htaccess
in my .htaccess
if I type ErrorDocument 403 /403.php
and put 403.php inside ...
0
votes
1answer
22 views
htaccess restrict folder access based on domain
I have a web setup where there are multiple sites under one directory... and one media folder containing images for each site...
www.domain1.com/media/domain1.com/
www.domain2.com/media/domain2.com/
...
0
votes
0answers
8 views
Page load very slow, images not being cached?
If I look at the following site in firefox:
http://www.showsec.co.uk/
Some of the images are taking 2-3 seconds each to download and I'm on a fast connection. it is making the page load time very ...
0
votes
1answer
19 views
How to get URL path to a Module in yii with rewrite engine on ?
Hello and thanks for reading .
I have installed the yii user module and iam trying to link to the profile page using the following code ;
'url' => ...




